Skip to main content

Overview

Query token balances held by a wallet address. Supports multi-chain filtering, scam token removal, cursor-based pagination, and optional resolution of full token metadata.
  • Filter by specific networks or tokens
  • Include or exclude native assets
  • Remove scam tokens automatically
  • Sort by balance amount or USD value
  • Cursor-based pagination for large portfolios
  • Optionally resolve full token details and first-held timestamps

Returns

BalancesResponse!
See BalancesResponse and Balance for full type details.

Arguments

BalancesInput
See BalancesInput for full details.

Example

Pagination

Use the cursor from the response to fetch the next page:

Playground