getFeesTotal method

Future<Response> getFeesTotal()

Get fees with fee_usd_total

Get fees rates and 30 days trailing volume.

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

Implementation

Future<http.Response> getFeesTotal() async => get(path: '/fee-rates/user');