Connexion api impossible

bonjour il m’est impossible de me connecter a ma cle api apres des dizaine de tentative je suis pourtant le tutoriel avec le pythonsdk mais toujours erreur 401

Traceback (most recent call last):
File “c:\Users\Rudym\Desktop\fromtest.py”, line 11, in
product = client.get_product(“BTC-USD”)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\Rudym\AppData\Local\Programs\Python\Python312\Lib\site-packages\coinbase\rest\products.py”, line 67, in get_product
return self.get(endpoint, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\Rudym\AppData\Local\Programs\Python\Python312\Lib\site-packages\coinbase\rest\rest_base.py”, line 108, in get
return self.prepare_and_send_request(
File “C:\Users\Rudym\AppData\Local\Programs\Python\Python312\Lib\site-packages\coinbase\rest\rest_base.py”, line 209, in prepare_and_send_request
return self.send_request(http_method, url_path, params, headers, data=data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\Rudym\AppData\Local\Programs\Python\Python312\Lib\site-packages\coinbase\rest\rest_base.py”, line 230, in send_request
handle_exception(response) # Raise an HTTPError for bad responses
^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\Rudym\AppData\Local\Programs\Python\Python312\Lib\site-packages\coinbase\rest\rest_base.py”, line 40, in handle_exception
raise HTTPError(http_error_msg, response=response)
requests.exceptions.HTTPError: 401 Client Error: Unauthorized Unauthorized

PS C:\Users\Rudym> & C:/Users/Rudym/AppData/Local/Programs/Python/Python312/python.exe c:/Users/Rudym/Desktop/fromtest.py
2024-04-09 04:00:20 - coinbase.RESTClient - ERROR - HTTP Error: 401 Client Error: Unauthorized Unauthorized

Traceback (most recent call last):
File “c:\Users\Rudym\Desktop\fromtest.py”, line 11, in
product = client.get_product(“BTC-USD”)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\Rudym\AppData\Local\Programs\Python\Python312\Lib\site-packages\coinbase\rest\products.py”, line 67, in get_product
return self.get(endpoint, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\Rudym\AppData\Local\Programs\Python\Python312\Lib\site-packages\coinbase\rest\rest_base.py”, line 108, in get
return self.prepare_and_send_request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\Rudym\AppData\Local\Programs\Python\Python312\Lib\site-packages\coinbase\rest\rest_base.py”, line 209, in prepare_and_send_request
return self.send_request(http_method, url_path, params, headers, data=data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\Rudym\AppData\Local\Programs\Python\Python312\Lib\site-packages\coinbase\rest\rest_base.py”, line 230, in send_request
handle_exception(response) # Raise an HTTPError for bad responses
^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\Rudym\AppData\Local\Programs\Python\Python312\Lib\site-packages\coinbase\rest\rest_base.py”, line 40, in handle_exception
raise HTTPError(http_error_msg, response=response)
requests.exceptions.HTTPError: 401 Client Error: Unauthorized Unauthorized