What resources to use writing a Coinbase Pro Client ??
I'm trying to write an example Coinbase Pro client e.g. lists all your wallets and transactions.
This Example I'm not sure how to handle / decode the API-Secret https://developers.coinbase.com/docs/wallet/api-key-authentication
When placing the the API_KEY and API_SECRET as plain text I get the error
raise TypeError("key: expected bytes or bytearray, but got %r" % type(key).__name__)
TypeError: key: expected bytes or bytearray, but got 'str'
Then there is a very similar link But looks more like JavaScript https://docs.cloud.coinbase.com/exchange/docs/authorization-and-authentication
Other tutorials e.g. Coinbase Pro API – An Introductory Guide using completly different libraries..
So what is a good starting point / tutorial to access coinbase pro
coinbase I managed and it was super easy :)