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.
Market Data APIs provide trade and candle data for charting, analytics and research workflows.
Ticks
Fetch trade history by symbol and time range.
Candles
Fetch OHLCV candles by symbol, resolution and time range.
Endpoints
| Endpoint | Purpose |
|---|---|
GET /v1/ticks | Trade ticks by symbol and time range |
GET /v1/candles | OHLCV candles by symbol, resolution and time range |
Supported candle resolutions
| Group | Resolution |
|---|---|
| Minutes | 1m, 5m, 15m, 30m |
| Hours | 1h, 2h, 4h, 6h, 12h |
| Higher timeframe | 1d, 1w |
Try it
List ticks
Open the playground to query tick history.
List candles
Open the playground to query OHLCV candles.

