Top Holders

Solana API endpoint for fetching top token holders and whales. Get ownership %, USD value, and labels for top 1000 wallets, updated every 3 hours.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Fetch top Token-2022 and SPL token holders on Solana using this API endpoint. Retrieve the top 1000 wallets ranked by balance, ownership percentage, and USD value, with optional sorting and pagination.

Each result includes holder labels and metadata, making it ideal for whale tracking, distribution analysis, and identifying concentration risk across token holders.

Returns the top 1,000 token holders (updated every 3 hours).

Replaces: GET /token/{mintAddress}/top-holders


Demo for Top Token Holders API

The free live demo for these endpoints can be found here:

You can visit this link to access and try the demo: https://solana-top-token-holders-and-whales-api.vybenetwork.com

Path Params
string
required

The public key of the token of interest

Query Params
int32 | null
≥ 0

Page selection, 0-indexed.

int32 | null
≥ 0

Limit of the number of transfers to return per page. Default/max is 1000.

string | null

Sort ascending by 'rank', 'ownerName', 'ownerAddress', 'valueUsd', 'balance' or 'percentageOfSupplyHeld'. Only one of sort_by_asc or sort_by_desc can be used

string | null

Sort descending by 'rank', 'ownerName', 'ownerAddress', 'valueUsd', 'balance' or 'percentageOfSupplyHeld'. Only one of sort_by_asc or sort_by_desc can be used

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json