api-docs-icon

Get account balances

GET
/ v1/ api/ account/ {accountId}/ balances

Retrieves current balances for a specific account identified by its UUID




Response





















accountId
string<uuid>
required

Unique identifier of the account

Example:
98765432-e89b-12d3-a456-426614174000

forceRefresh
boolean
default: false

Force a refresh of balance data from the source instead of using cached data. Takes effect only if the underlying account data is older than 30 minutes.

Responses

Successfully retrieved balances

isError
boolean

Indicates if the response contains an error

Example:
false
message
string

Response message

Example:
Success
result
object

statusCode
number

HTTP status code

Example:
200