Docs/Token data/Holders

Holders

GET/v1/token/{mint}/holdersPublic

Holder count and the largest token accounts, each with their share of supply.

Path parameters

FieldTypeDescription
mintrequiredstringToken mint address (base58).

Query parameters

FieldTypeDescription
networkoptionalmainnet | devnetNetwork to read. Devnet returns an empty payload (with a note) until its ingestor lands. default mainnet

Response fields

FieldTypeDescription
countnumber | nullTotal holders (capped crawl; a floor for mega-caps).
top[].addressstringThe largest token ACCOUNT (not the owner wallet).
top[].uiAmountnumberTokens held.
top[].pctnumber | null% of total supply.
updatedAtstring | nullWhen holders were last refreshed (ISO).
top[].address is the token ACCOUNT, not the owner wallet (resolving the owner is a second hop). AMM/LP pool vaults can appear among the largest accounts.