Wallet - Tokens Balance

Retrieve the balances of a list of tokens in a wallet.


  • Maximum number of tokens per request: 50
  • data[<index>]:
    • address: Token mint address on Solana.
    • decimals: Number of decimal places used by the token.
    • price: Current token price in USD.
    • balance: Raw balance in base units (string).
    • amount: Human-readable balance (normalized using 10^-decimals).
    • network: Blockchain network (e.g., solana).
    • name: Token name (e.g., BIGIFTRUE).
    • symbol: Token ticker.
    • value: USD value of the wallet’s holdings (amount * price).
Language
Credentials
Header
Click Try It! to start a request and see the response here!