Get account balance
Get account balance
Fetch the current balances for your account
GET
Get account balance
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.
- If the
currencyparameter is provided, the response will be a single balance object for the currency requested. - If the
currencyparameter is omitted, the response will be an array of balance objects for all currencies with a balance greater than 0.
Need a hand with balances?
Take a read of our guide to help manage your balances, including setting up
alerts.
Authorizations
Headers
The dated version of the API, if not specified a default is used. See API versioning for more information.
Query Parameters
The currency of the account, represented by ISO 4217 currency codes. Check the currencies for a listing of supported currencies.
Pattern:
^[A-Z]{3}$Response
OK
- Single balance · object
- Multiple balances · object[]
If the currency parameter is provided, the response will be a single balance object.
The balance of the account.
Pattern:
^[0-9]+\.[0-9]{2}$Example:
"10.00"
The currency of the account, represented by ISO 4217 currency codes. Check the currencies for a listing of supported currencies.
Pattern:
^[A-Z]{3}$Example:
"USD"