Skip to main content

Chainlink oracle data

The current OpenAPI spec (v1.6.x) does not expose a standalone GET /v1/oracle path. Chainlink OHLCV is available on the unified candles endpoint:

GET https://kwery-api.com/v1/candles?symbol=BTC&interval=1h&source=chainlink

Use the same parameters as GET /v1/candles (start, end, limit, after, etc.). Authenticate with X-API-Key or api-key query — see Authentication.

For product context on Chainlink as a source, see Chainlink.

If you rely on a legacy /v1/oracle integration, compare responses against source=chainlink candles and update your client to match the published OpenAPI.