Wallet - Token Balance (Beta)

Retrieve the balance of a token in a wallet.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Current balance of one token in one wallet.

  • Provide one wallet address and one token mint address.
  • Response is a current balance snapshot, not a historical balance series.
  • ui_amount_mode=scaled applies Solana Token-2022 scaled UI amount when the token supports the scaled UI extension.

Reading the numbers. balance is the raw token balance in base units. amount is the decimal-adjusted balance, or the scaled UI amount when requested and supported. price is the latest token price in USD, and value is the wallet position value in USD.

Compute Unit ⚙️
  • This endpoint consumes 10 CU per request.
Use Cases 💡
  • Show the exact balance of one token in one wallet.
  • Build portfolio widgets, treasury views, or token-position popovers.
  • Check current exposure before deeper PnL or transfer analysis.
How to Use 🛠️
  • Set x-chain=solana.
  • Pass the wallet in wallet and the mint in token_address.
  • Use ui_amount_mode=raw for raw-decimal output or ui_amount_mode=scaled for Token-2022 scaled UI amounts when supported.
Best Practices ✅
  • Use this endpoint for single-token checks; use Wallet - Tokens Balance when you already have a list of many mints.
  • Keep ui_amount_mode consistent across token balance, holder, and transfer analysis for scaled UI tokens.
  • Cache responses briefly if multiple views in the same screen need the same balance snapshot.
Limitations ⚠️
  • Solana only.
  • Beta endpoint.
  • Returns the current balance only, not balance history.

Query Params
string
required

The address of a wallet.

string
required

Token mint address.

string
enum
Defaults to scaled

Indicate whether to use the scaled amount for scaled ui amount tokens. Only support solana

Allowed:
Headers
string
enum
required
Defaults to solana

A chain name listed in supported networks.

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json