Skip to main content
GET
Token holder list

Authorizations

apiKey
string
query
required

Path Parameters

tokenMint
string
required

Query Parameters

limit
integer
default:20

Maximum number of holders to return.

Required range: 1 <= x <= 200
fresh
boolean
default:false

Force an on-chain RPC refresh instead of serving cached/derived holders. Alias - force_rpc.

Response

Success

Holder list. The per-item shape depends on source: the trades tier (derived from trade history) includes the full per-holder trade breakdown below; the rpc and cryptohouse tiers return a thinner item (address, amount, isLiquidityPool).

success
boolean
tokenMint
string
currentPriceSol
number | null

Current token price in SOL (used to value holdings).

solPriceUSD
number | null
source
enum<string>

Which tier produced the holder list.

Available options:
trades,
rpc,
cryptohouse
holders
object[]
count
integer
timestamp
string<date-time>