getAllCurrencies method

Future<Response> getAllCurrencies()

Get all known currencies

Gets a list of all known currencies. Note: Not all currencies may be currently in use for trading.

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

Implementation

Future<http.Response> getAllCurrencies() async => get(path: '/currencies');