post https://public-api.birdeye.so/wallet/v2/token-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 using10^-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
).