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.

Quick checklist

1

Check method and path

Compare your request against the endpoint page in the API reference.
2

Check credentials

For 401, verify the API key assigned to your account.
3

Check time format

Use ISO 8601 UTC timestamps with a Z suffix for from and to.
4

Check response status

Use the response tabs in the playground to inspect each status code.

Common errors

SymptomCommon causeFix
400 Invalid query parameterMissing required parameter or invalid time formatCheck required params and use UTC Z timestamps
401 UnauthorizedMissing or invalid credentialCheck your API key
404 Not foundSymbol, fund code, report ID or news ID does not existUse a list endpoint to find the correct value
422 UnprocessableCorrect format but unsupported valueCheck enum values such as resolution or statement type
429 Too many requestsRequest limit exceededReduce request rate and retry later
503 UnavailableAPI temporarily unavailableRetry with backoff

Time format examples

ValidInvalid
2026-05-15T00:00:00Z2026-05-15 00:00:00
2026-05-15T00:00:00.123Z2026-05-15T07:00:00+07:00

Information to include when asking for support

InformationExample
EndpointGET /v1/candles
Query paramssymbol=BTCUSDT&resolution=5m&from=...&to=...
HTTP status400, 401, 404, 429, 503
Response bodyJSON response or error body
Request timeUTC timestamp