토큰 통계 조회
token_get_statsBearer authentication header of the form Bearer <token>, where <token> is your auth token.
지원되는 네트워크에 나열된 체인 이름 Supported blockchain chains
sol, eth, bsc 토큰 주소
통계 조회
Token statistics with nested time period data
토큰 컨트랙트 주소
"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
Trade statistics grouped by time period (1m, 5m, 15m, 30m, 1h, 4h, 24h).
Each period contains full OHLCV data, trade counts, and previous-period comparisons.
See TokenTradeStatPeriod schema for all fields.
{
"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"
}
}