v28

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-044359269.1 KB
Accounts

Retrieve account balance

Retrieves the available balance for an account.

get/v1/accounts/{id}/balance

Path parameters

idstring uuid required

Unique identifier of the account.

Response

The account balance resource

type'account_balance' required

Resource type discriminator.

account_idstring uuid required

Unique identifier of the account.

amountstring required

Available balance amount as a decimal string.

currency'EUR' | 'GBP' | 'USD' | 'USDC' | 'BTC' | 'ETH' | 'SOL' | 'POL' required

ISO 4217 currency code for the balance.

as_ofstring date-time required

ISO 8601 UTC timestamp when the balance was retrieved.