Market Data
List candles
GET /v1/candles — get OHLCV candles
GET
Danh sách nến OHLCV
Fetch OHLCV candles for a symbol, resolution and UTC time range.Documentation Index
Fetch the complete documentation index at: https://docs.data-hub.verolabs.co/llms.txt
Use this file to discover all available pages before exploring further.
Chart-ready data
Use directly for OHLCV charts.
Multiple resolutions
Supports minute, hourly, daily and weekly timeframes.
Common use cases
- Render market charts.
- Run technical analysis.
- Load historical price data for a selected time range.
Supported resolutions
1m,5m,15m,30m.1h,2h,4h,6h,12h.1d,1w.
Authorizations
API key được cấp cho tài khoản của bạn.
Query Parameters
Example:
"BTCUSDT"
Độ phân giải OHLCV. Các nhãn được hỗ trợ gồm 1m, 5m, 15m, 30m, 1h, 2h, 4h, 6h, 12h, 1d và 1w.
Example:
"5m"
ISO 8601 UTC; phải kết thúc bằng "Z".
Example:
"2026-05-15T00:00:00Z"
ISO 8601 UTC; phải kết thúc bằng "Z" và nằm sau from.
Example:
"2026-05-15T01:00:00Z"
Required range:
1 <= x <= 10000Example:
100
Response
OK
Danh sách nến OHLCV

