Skip to main content
GET
Holders
List the tracked wallets holding a token, ranked by how much they hold. Each holder carries its profile and a live position with bag percentage, unrealized PnL, remaining value and the market cap at which it first entered. The token block carries the current market cap. This is the data behind a holder table, the classic view that shows which KOLs and smart money are sitting in a token and whether they are up or down on the position.
The live position fields (unrealized PnL, remaining value, entry market cap) are Solana only and null on other chains. entry_market_cap is null for positions that were opened before entry tracking started. Holders are sorted by amount held, highest first, and the list is paginated with limit.

Query Parameters

string
required
Chain of the token. One of solana, bnb, base, eth.
string
required
The token mint or contract address.
string
Optional wallet category kol, smart or whale. Omit to include all categories.
integer
Maximum number of holders to return.
string
required
Your API key. Alternatively pass it as an Authorization Bearer header.

Usage Example

Response

boolean
True on success.
object

Errors