v1

latestOpenAPI 3.1.02026-07-2410781551.8 KB
Holder

Token - First Buyers

Identify the earliest buyers of a token and see whether they are still holding, added more, or have sold — useful for spotting early conviction, smart money, and potential insiders. Returns up to the top 1000 first buyers, paginated via offset and limit (offset + limit <= 1000).

get/token/v1/first-buyers

Query parameters

token_addressstring required
Example:So11111111111111111111111111111111111111112

Token mint address

offsetinteger

Pagination start position. Make sure offset + limit <= 1000.

limitinteger

Number of items per page. Make sure offset + limit <= 1000.

Headers

x-chain'solana'

Solana network only.

Response

JSON object containing the first wallets that bought the token

successboolean required

Whether the request succeeded.