v1

latestOpenAPI 3.1.02026-07-228799577.7 KB
Token

Get Token First Buyers

Returns the same trader dataset as /traders, but only in chronological earliest-first order. Omit sort or use sort=first_trade, and use direction=asc. For ROI, PnL, position size, latest trade, or descending order, use /v2/pnl/tokens/{token}/traders.

get/v2/pnl/tokens/{token}/first-buyers

Path parameters

tokenstring required

Solana token mint address (base58, 32-44 characters).

Query parameters

sort'first_trade'

Chronological sort only. Omit this parameter or use first_trade.

direction'asc'

Earliest-first only. Any value other than asc is rejected.

limitinteger

Number of results per page.

cursorstring

Opaque pagination cursor returned from the previous page's pagination.nextCursor.

platform'axiom' | 'axiom-flash' | 'bloom' | 'photon'

Filter traders by the trading platform(s) they use. Comma-separated list.

excludeArbitrage'true' | 'false'

Exclude wallets flagged as arbitrage bots. Pass false to include them.

excludeZeroBuys'true' | 'false'

Exclude wallets with zero buy transactions. Pass false to include them.

activeOnly'true' | 'false'

Only include wallets currently holding the token.

minTradesinteger

Minimum trade count.

Response

Successful response.