Fetch the current balances for your account
Retrieves the account balance.Documentation Index
Fetch the complete documentation index at: https://developer.runa.io/llms.txt
Use this file to discover all available pages before exploring further.
currency parameter is provided, the response will be a single balance object for the currency requested.currency parameter is omitted, the response will be an array of balance objects for all currencies with a balance greater than 0.The dated version of the API, if not specified a default is used. See API versioning for more information.
The currency of the account, represented by ISO 4217 currency codes. Check the currencies for a listing of supported currencies.
^[A-Z]{3}$OK
If the currency parameter is provided, the response will be a single balance object.
The balance of the account.
^[0-9]+\.[0-9]{2}$"10.00"
The currency of the account, represented by ISO 4217 currency codes. Check the currencies for a listing of supported currencies.
^[A-Z]{3}$"USD"