Skip to main content
This endpoint requires a Growth or Enterprise plan. Learn more.

Returns

HoldersUpdate
See HoldersUpdate

Arguments

String!
required

Example

Test this query in the Explorer →
Example Response

Usage Guidelines

  • Subscribe using tokenId in the format tokenAddress:networkId
  • holders returns the total unique count of wallets holding the token
  • balances array contains details for wallets whose balances changed
  • Use shiftedBalance for human-readable token amounts (adjusted for decimals)
  • firstHeldTimestamp shows when the wallet first acquired the token
  • Updates are triggered when any holder’s balance changes

Troubleshooting Tips

Updates are sent whenever a wallet’s token balance changes - through buys, sells, transfers, or any other on-chain movement of the token.
No, balances only includes wallets whose balances changed in the update. Use holders for the total count of unique holders.
balance is the raw token amount (including all decimals). shiftedBalance divides by the token’s decimals for readability. For example, 1.5 ETH would have balance “1500000000000000000” and shiftedBalance 1.5.
balanceUsd requires a valid token price. For very new tokens or those without sufficient liquidity, the USD value may not be available.
  • Detailed Token Page: Build a comprehensive token detail page with price, holders, trades, and real-time updates