Tokens
Get All Token Holders (Paginated)
Gets token holders with cursor-based pagination support. Returns holders sorted by amount in descending order.
get/tokens/{tokenAddress}/holders/paginated
Path parameters
tokenAddressstring required
Solana token mint address
Query parameters
limitinteger
Number of holders to return per page (min: 1, max: 5000, default: 1000)
cursorstring nullable
Cursor for pagination. Use the cursor from the previous response to get the next page.
Response
Successful response
Changes
No recorded changes to this endpoint across all 1 revision of this API.