Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Fetch token holders with balances, optional sort/filter, and cursor-based pagination.
query Holders { holders(input: { tokenId: "0xdac17f958d2ee523a2206206994597c13d831ec7:1", limit: 10, sort: { attribute: BALANCE, direction: DESC } }) { count cursor status top10HoldersPercent items { address balance shiftedBalance balanceUsd } } }