getCoinbaseWallets method

Future<Response> getCoinbaseWallets()

Get all Coinbase wallets

Gets all the user's available Coinbase wallets (These are the wallets/accounts that are used for buying and selling on www.coinbase.com)

https://docs.cloud.coinbase.com/exchange/reference/exchangerestapi_getcoinbaseaccounts

Implementation

Future<http.Response> getCoinbaseWallets() async =>
    get(path: '/coinbase-accounts');