Token
代幣 - 統計
取得代幣統計資料
GET
代幣 - 統計
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.
取得代幣的聚合交易統計數據,包含多個時間區間的成交量、交易筆數、獨立交易者數量及價格變化。
token_get_stats授權
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
路徑參數
支援網路列表中的鏈名稱 Supported blockchain chains
可用選項:
sol, eth, bsc 代幣地址
回應
200 - application/json
取得統計
Token statistics with nested time period data
代幣合約地址
範例:
"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
Trade statistics grouped by time period (1m, 5m, 15m, 30m, 1h, 4h, 6h, 24h).
Each period contains full OHLCV data, trade counts, and previous-period comparisons.
See TokenTradeStatPeriod schema for all fields.
範例:
{
"6h": {
"buyVolumeInUsd": "12000.00",
"buyers": "120",
"buys": "420",
"closeInUsd": "0.15600000",
"currentLiquidityInUsd": "250000.00",
"highInUsd": "0.15900000",
"lowInUsd": "0.15100000",
"openInUsd": "0.15200000",
"priceChangeRatioInUsd": "0.02631579",
"sellVolumeInUsd": "9800.00",
"sellers": "95",
"sells": "360",
"totalVolumeInUsd": "21800.00",
"traders": "215",
"trades": "780"
}
}代幣 - 統計

