Account
Get account fees and wallet balance
Returns the wallet with balance and fee information for the specified currency.
get/accounts/fees/{currency}
Path parameters
currencystring
Example:EUR
ISO 4217 currency code. Defaults to the account's base currency.
Response
Wallet with fee information
Example response
{
"balance": 250,
"currency": "EUR"
}