listAccounts method

Future<Response> listAccounts()

Get a list of trading accounts from the profile of the API key.

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

Implementation

Future<http.Response> listAccounts() async => get(path: '/accounts/all');