代币 - 持有者(批量)
Get holders information for multiple wallet addresses
Documentation Index
Fetch the complete documentation index at: https://docs.chainstream.io/llms.txt
Use this file to discover all available pages before exploring further.
授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
路径参数
A chain name listed in supported networks Supported blockchain chains
sol, eth, bsc An address of a token
查询参数
A list of wallet addresses in string separated by commas (,). Maximum 100 address addresses allowed
响应
Get Holders Multi
Token holding amount
"1000000000000000000"
Token holding value in USD
"1000000000000000000"
Percentage of total supply held
"100"
Holder wallet address
"0x1234567890abcdef"
Solana token account address (ATA) for this holder position.
Distinct from walletAddress (the owner). Matches GMGN accountAddress.
Traceable cumulative DEX buy quantity — buy-side only (GMGN: accu_amount)
Traceable position accumulated cost, USD (GMGN: accu_cost)
Address type from dexes_dwd.address_labels (1=CEX, 2=MM, 3=VC, 4=KOL …). Matches GMGN addr_type.
Specific address label (e.g. "Binance Hot Wallet 1"). Matches GMGN name.
Average buy price in USD per token (all-time)
Average cost per token in USD (current position cost basis)
Average sell price in USD per token (all-time)
Cumulative token quantity bought, all-time (GMGN: buy_amount_cur / history_bought_amount)
All-time total buy volume in native token
All-time total buy volume in USD
Unix timestamp (seconds) when this wallet first appeared on-chain (GMGN: created_at).
Timestamp when holder fully closed position (ms since epoch)
Entity/exchange name (e.g. "Binance"). Matches GMGN exchange.
Timestamp of first token purchase (ms since epoch)
Total DEX buy cost including fees, USD (GMGN: history_bought_cost)
Total DEX buy fees, USD (GMGN: history_bought_fee)
Total DEX sell fees, USD (GMGN: history_sold_fee)
Total DEX sell income, USD (GMGN: history_sold_income)
Cumulative transfer-in token qty (GMGN: history_transfer_in_amount)
Transfer-in USD cost basis (GMGN: history_transfer_in_cost)
Cumulative transfer-out token qty (GMGN: history_transfer_out_amount)
Total transfer-out fee in USD all-time (GMGN: historyTransferOutFee).
Transfer-out USD income (GMGN: history_transfer_out_income)
Whether the token position is fully closed (balance = 0)
Whether the wallet is newly created (GMGN: is_new).
Position acquired purely via transfers, no DEX buy (GMGN: transfer_in)
Last active timestamp (ms since epoch)
Last processed block height for this holder position (GMGN: last_block).
Number of losing trades (PnL < 0)
Per-token position/behaviour tags derived at query time. Possible values: "top_holder" (rank ≤ 10, first page only), "whale" (holding > $10,000 USD), "diamond_hands" (held > 30 days).
Native chain token balance in lamports (SOL) or wei (EVM), as decimal string. Fetched from RPC with a 10-second Redis cache.
Net token quantity flow: buys − sells (GMGN: netflow_amount)
Net USD flow: buy_usd − sell_usd (from OS netflow_usd)
Net USD inflow (buy_volume_usd − sell_volume_usd); positive = net buyer
Current open position cost in USD
Realized PnL / total_cost ratio (GMGN: realized_pnl)
Realized PnL in USD (all-time)
Return on investment = total_pnl / total_cost_all (e.g. 0.25 = 25%)
Cumulative token quantity sold, all-time (GMGN: sell_amount_cur / history_sold_amount)
Sell quantity / buy quantity, capped 0–1 (GMGN: sell_amount_percentage)
All-time total sell volume in native token
All-time total sell volume in USD
Timestamp when holder first acquired the token (ms since epoch)
Trader classification tags (e.g. "kol", "smart", "sniper")
Most recent token transfer-in for this holder on this token (GMGN: token_transfer_in). Contains: amount, amountInUsd, txSignature, from, ts.
Most recent token transfer-out for this holder on this token (GMGN: token_transfer_out). Contains: amount, amountInUsd, txSignature, to, ts.
All-time total buy trade count
All-time accumulated cost basis in USD (total_cost_all from pnl-sync)
Total PnL in USD (realized + unrealized)
All-time total sell trade count
Inbound transfer volume in native token over last 7 days
Number of token transfer-in events (GMGN: transfer_in_count)
Outbound transfer volume in native token over last 7 days
Number of token transfer-out events (GMGN: transfer_out_count)
Unrealized PnL / total_cost ratio (GMGN: unrealized_pnl)
Unrealized PnL in USD (current position)
Global rank tag on this token when sorted by balance (e.g. "TOP1", "TOP2"). Only present on the first page of a balance-sorted query (no cursor).
Number of winning trades (PnL > 0)

