Skip to main content
GET
List wallet token balances

Authorizations

Authorization
string
header
required

Cognito JWT token for regular user authentication

Query Parameters

address
string
required

On-chain wallet address to fetch balances for. EVM, Solana, and Sui address formats are supported.

Minimum string length: 1
Example:

"0x1234567890abcdef1234567890abcdef12345678"

Response

Paginated list of token balances for the requested on-chain wallet address.

Paginated list of token balances for the requested on-chain wallet address.

data
object[]
required

Multichain token balances for the requested wallet address.

hasMore
boolean
required

Whether more results are available beyond data. Always false for this resource — the full list is returned in a single response.

Example:

false

nextCursor
string | null
required

Opaque pagination cursor. Always null for this resource — the full list is returned in a single response.