Skip to main content
GET
Oracle candles
Returns 5-minute OHLC candles from PolyNode’s live Chainlink tick archive for a given crypto asset. Approximately 30 candles (~2.5 hours of history) are returned. These are the same oracle prices used to resolve Polymarket’s short-form crypto markets.
Cached for about 5 seconds. The symbol parameter accepts bare asset symbols like BTC and feed names like BTC/USD. Each candle’s time field is a Unix epoch timestamp marking the start of that 5-minute window.

Authorizations

x-api-key
string
header
required

Query Parameters

symbol
enum<string>
required

Asset symbol or feed name

Available options:
BTC,
ETH,
SOL,
BNB,
XRP,
DOGE,
HYPE,
BTC/USD,
ETH/USD,
SOL/USD,
BNB/USD,
XRP/USD,
DOGE/USD,
HYPE/USD

Response

200 - application/json

OHLC candle data

The response is of type object.