Token Holders

Every smart money, KOL and whale wallet that ever held a single token on Solana, BNB Chain, Base and Ethereum — including wallets that already sold, with current balance, all-time peak and a still-holding flag, sorted by amount held.

Token Holders — KOL & Smart Money Wallets Holding a Token

get

Get every tracked smart money, KOL and whale wallet that ever held one token on Solana, BNB Chain, Base or Ethereum — including wallets that already sold their entire position. Sold-out wallets are recognisable by still_holding: false and token_amount: 0, but keep their all-time peak, so you can analyse who is still holding versus who has exited. Ideal for token holder analysis and smart-money tracking.

Sorting — descending by current amount held (token_amount), then by all-time peak (token_amount_peak). Wallets still holding appear first, followed by those that have exited.

holders vs. stats — this is the pure holder view: per wallet a profile and holdings. Per-wallet trading metrics (buy/sell, PnL) are served by GET /v1/tokens/stats (traders[]); individual transactions by GET /v1/tokens/transactions.

Data source — full history from the database (no 30-day cap) merged with the newest live transactions, deduplicated by signature. Peaks are computed by chronological replay and survive a full sell-off — this even survives an in-memory flush because it is recomputed from the database.

Parameters / settings

  • blockchain (required) — one of: solana, bnb, base, eth

  • mint (required) — token mint / contract address

  • type (optional) — kol, smart, or whale; if omitted, all valid wallet types for the chain are merged

  • limit (optional, default 50) — maximum number of holders returned

  • api_key (optional if the Bearer header is used)

Authorizations
AuthorizationstringRequired

Authorization: Bearer YOUR_KEY

Query parameters
blockchainstring · enumRequiredExample: bnbPossible values:
mintstringRequiredExample: 0x23a49ea152d14fe4bc41b71345b7da6687de4444
typestring · enumOptionalExample: kolPossible values:
limitinteger · min: 1OptionalDefault: 50Example: 50
api_keystringOptionalExample: YOUR_KEY
Responses
200

Token found — returns the holder counts and the holder list.

application/json
successbooleanOptional
metaobjectOptional
paginationobjectOptional
get
/v1/tokens/holders

Last updated