cURL
curl --request GET \ --url https://api.polynode.dev/v1/crypto/candles \ --header 'x-api-key: <api-key>'
{ "candles": [ { "time": 1774665300, "open": 65954.03, "high": 65992.01, "low": 65947.14, "close": 65949.69 }, { "time": 1774665600, "open": 65949.69, "high": 65987.20, "low": 65949.69, "close": 65987.20 } ] }
5-minute OHLC candles from Chainlink oracle.
time
Asset symbol
BTC
ETH
SOL
BNB
XRP
DOGE
HYPE
OHLC candle data
The response is of type object.
object