v4

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-04-277127123.7 KB
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

idinteger
selfstring
uuidstring
typestring nullable

Wallet provider type (e.g. CLEARJUNCTION, CURRENCYCLOUD). Null for standard wallets.

balancenumber float
currencystring
tagstring nullable
metadataobject nullable
created_atstring date-time nullable
connectionsConnections

Hypermedia links to related resources.

Example response

{
  "balance": 250,
  "currency": "EUR"
}