获取代币统计数据
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_statsBearer authentication header of the form Bearer <token>, where <token> is your auth token.
获取统计
包含嵌套时间段数据的代币统计
代币合约地址
"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
按时间周期(1m、5m、15m、30m、1h、4h、24h)聚合的交易统计。
每个周期包含完整 OHLCV 数据、交易笔数,以及与上一周期的对比。
完整字段参见 TokenTradeStatPeriod schema。
{
"24h": {
"buyVolumeInUsd": "45000.00",
"buyers": "320",
"buys": "1520",
"closeInUsd": "0.15600000",
"currentLiquidityInUsd": "250000.00",
"highInUsd": "0.15900000",
"lowInUsd": "0.15000000",
"openInUsd": "0.15000000",
"priceChangeRatioInUsd": "0.04000000",
"sellVolumeInUsd": "36000.00",
"sellers": "210",
"sells": "980",
"totalVolumeInUsd": "81000.00",
"traders": "530",
"trades": "2500"
}
}