v1
latestOpenAPI 3.1.02026-07-2410781551.8 KBHolder
Token - Holder (Batch)
Retrieve the token balance held by a list of wallet owners.
post/token/v1/holder/batch
Query parameters
ui_amount_mode'raw' | 'scaled'
Indicate whether to use the scaled amount for scaled ui amount tokens. Only support solana
Headers
x-chain'solana'
Solana network only.
Request body
Example request
{
"wallets": [
"5Q544fKrFoe6tsEbD7S8EmxGTJYAKtTVhAW5Q5pge4j1",
"2fgUSSpZFi8PjyhbrETSeLutJpFsuCfWsk2H6gb3Reye"
],
"token_address": "So11111111111111111111111111111111111111112"
}Response
JSON object containing token balances held by a list of wallet owners