getFees method

Future<Response> getFees()

Get fees

Get fees rates and 30 days trailing volume.

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

Implementation

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