Get HIP-4 OHLCV candles
0xArchive API reference for Get HIP-4 OHLCV candles. Includes authentication, parameters, response shape, examples, and route-safe implementation notes.
Authorizations
API key for authentication. Get yours at https://0xarchive.io/dashboard
Path Parameters
HIP-4 coin id (numeric 0, 1, 10, 11, ...) where id = 10*outcome_id + side. The #-prefixed form (#0, #10) is also accepted.
"0"
Query Parameters
Start timestamp in Unix milliseconds. Defaults to 24h ago.
End timestamp in Unix milliseconds. Defaults to now.
Candle interval (default: 1h)
1m, 5m, 15m, 30m, 1h, 4h, 1d, 1w Cursor for pagination (use the value from previous response's next_cursor)
Maximum number of results (default: 100, max: 1000)
x <= 1000