Token
토큰 - 캔들
토큰 가격 캔들 조회
GET
토큰 - 캔들
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.
다양한 해상도(1m, 5m, 15m, 1h, 4h, 1d)의 OHLCV 캔들스틱 데이터를 가져옵니다. 차트 작성과 기술적 분석에 적합합니다.
token_get_candles인증
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
경로 매개변수
지원되는 네트워크에 나열된 체인 이름 Supported blockchain chains
사용 가능한 옵션:
sol, eth, bsc 토큰 주소
쿼리 매개변수
캔들 데이터의 시간 해상도 Candle resolution
사용 가능한 옵션:
1s, 15s, 30s, 1m, 3m, 5m, 15m, 30m, 1h, 2h, 4h, 6h, 8h, 12h, 1d, 3d, 1w, 1M 가격 유형: usd (기본값) 또는 네이티브 토큰 가격 Price type for candle data
사용 가능한 옵션:
usd, native 시작 타임스탬프 (Unix 초 단위 타임스탬프)
종료 타임스탬프 (Unix 초 단위 타임스탬프)
반환할 캔들 수
응답
200 - application/json
캔들 조회
Close price
예시:
"51.2"
High price
예시:
"51.8"
Low price
예시:
"50.1"
Open price
예시:
"50.5"
Timestamp
예시:
1709251200000
Volume in USD or native currency (depending on priceType)
예시:
"1000000"
Number of trades (swaps) in this candle bar
예시:
128
Base token quantity (e.g. number of CAKE or SOL tokens traded)
예시:
"42000.5"
토큰 - 캔들

