Skip to main content
GET
代幣 - 統計
取得代幣的聚合交易統計數據,包含多個時間區間的成交量、交易筆數、獨立交易者數量及價格變化。
相關: GraphQL OHLC 與統計 | MCP: token_get_stats

授權

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路徑參數

chain
enum<string>
必填

支援網路列表中的鏈名稱 Supported blockchain chains

可用選項:
sol,
eth,
bsc
tokenAddress
string
必填

代幣地址

回應

200 - application/json

取得統計

Token statistics with nested time period data

address
string
必填

代幣合約地址

範例:

"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"

periods
object
必填

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.

範例: