Get balances for an account
Retrieve current asset balances for a specific connected account as a flat list (one row per assetId, balanceType).
Note: This endpoint is currently in beta and might be subject to changes.
GET
TypeScript
Path Parameters
The ID of the account to fetch balances for.
Minimum string length:
1Query Parameters
Page size for pagination.
Required range:
1 <= x <= 1000Page cursor for pagination.
Response
Account balances response
Previous
Get supported trading pairs for an accountRetrieve all asset trading pairs supported by a specific connected account, including the pair type (`quote`, `market`, `onOffRamp`).
**Note:** This endpoint is currently in beta and might be subject to changes.
Next
TypeScript