토큰 통계 조회
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.
지원되는 네트워크에 나열된 체인 이름 지원되는 블록체인
sol, eth, bsc 토큰 주소
통계 조회
중첩된 기간 데이터가 포함된 토큰 통계
토큰 컨트랙트 주소
"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
시간 주기(1m, 5m, 15m, 30m, 1h, 4h, 24h)별로 집계된 거래 통계.
각 주기에는 전체 OHLCV 데이터, 거래 건수, 이전 주기 대비 비교가 포함됩니다.
전체 필드는 TokenTradeStatPeriod 스키마를 참조하세요.
{
"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"
}
}