Token
토큰 - 통계
토큰 통계 조회
GET
토큰 - 통계
거래량, 거래 건수, 고유 거래자 수, 가격 변동 등 여러 시간 구간에 걸친 토큰의 집계 거래 통계를 가져옵니다.
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"
}
}토큰 - 통계

