Skip to main content

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

EndpointPurpose
GET /v1/ticksTrade ticks by symbol and time range
GET /v1/candlesOHLCV candles by symbol, resolution and time range

Supported candle resolutions

GroupResolution
Minutes1m, 5m, 15m, 30m
Hours1h, 2h, 4h, 6h, 12h
Higher timeframe1d, 1w

Try it

List ticks

Open the playground to query tick history.

List candles

Open the playground to query OHLCV candles.