The API for ccxt.coinbase accepts API keys and secrets. How do I pass it an accessToken? That attribute does not seem to be valid.
All examples I see in the documentation (https://github.com/ccxt/ccxt/wiki/Manual) use API keys and I have not found an OAuth2 example.
I have a mobile wallet app where I want to give my users the ability to keep track of their Coinbase wallets all in one place.