Skip to main content
GET
TypeScript

Path Parameters

accountId
string
required

The ID of the account to fetch balances for.

Minimum string length: 1

Query Parameters

pageSize
integer

Page size for pagination.

Required range: 1 <= x <= 1000
pageCursor
string

Page cursor for pagination.

Response

Account balances response

data
object[]
required

Flat balance row for a single asset within an account and wallet type. One row per (assetId, balanceType).

Example:
total
integer

Total number of balance rows by query.

Example:

2

next
string

A cursor for the next page of results, if available.

Example:

"eyJwYWdlIjoyfQ=="