跳转到主要内容
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.

示例: