Retrieve the top holders of a specific token, including enriched tags for holder addresses, token amounts, total supply share, and USD value.
asset
(required) — Asset name or contract address.symbol
(optional) — Token ticker symbol (e.g., ETH
, BTC
). The API will attempt to resolve the asset by symbol. Symbols may be ambiguous; prefer asset
as a contract address + blockchain
for exact results.blockchain
(required if using address) — Blockchain identifier (e.g., 1
for Ethereum, solana
for Solana).limit
— Number of results to return (default: 20).offset
— Pagination offset (default: 0).asset
, it takes precedence over symbol
.symbol
, results may vary if multiple tokens share the same ticker.ethereum:1
, solana:solana
)dev
, LP {SYMBOL0}/{SYMBOL1}
, holder
)x <= 100
Market token holders response
The response is of type object
.