Skip to main content
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.

예시: