List balances
Returns the aggregated balance for an organization across all of its vaults, valued in the requested quote currency. The response breaks the total down into spot, staked, and pledged components.
Rate limit: 200 requests per 30 seconds per IP.
Authorizations
Path Parameters
Organization identifier, 16-char alphanumeric in 4x4 groups (IIBAN).
"ABCD EFGH IJKL MNOP"
Query Parameters
Currency code used to value the aggregated balance. Defaults to USD when omitted; only USD is currently accepted.
"USD"
Response
OK. Returns the aggregated balance for the organization.
Currency code in which the balance values are denominated.
"USD"
Total balance — sum of spot, staked, and pledged balances, valued in the quote currency.
"12345.6789"
Total spot balance across all vaults, valued in the quote currency.
"10000.0000"
Total staked balance across all vaults, valued in the quote currency.
"1500.0000"
Total pledged balance across all vaults, valued in the quote currency.
"845.6789"