getTokenHoldersAtSlot
Returns the token accounts holding a single SPL Token or Token-2022 mint as of a specific slot, ranked by balance.
Path Parameters
docs-demoFor higher throughput, create your own API key
Request
The base-58 encoded pubkey of the token mint. SPL Token and Token-2022 mints are both supported.
The slot to reconstruct the holder list at. There is no "latest slot" default; omitting slot is an error.
1000How many holders to return. Defaults to 1000; the server ceiling is 10000.
balance_descThe ordering of the returned holders. Case-sensitive. sort_by is accepted as an alias.
The ordering of the returned holders. balance_desc (default) returns the largest balance first; balance_asc returns the smallest non-zero balance first. Case-sensitive. sort_by is accepted as an alias for sortBy.
Defaults to "balance_desc".
Responses
200
The token accounts that held the mint at the requested slot, ranked by balance, along with the slot the result was computed at and the sort order applied.