Get HIP-3 OHLCV candles
0xArchive API reference for Get HIP-3 OHLCV candles. Includes authentication, parameters, response shape, examples, and route-safe implementation notes.
GET
Get HIP-3 OHLCV candles
API key required. Send
X-API-Key with this request. See REST authentication.Machine schema
Machine schema
Open the generated operation schema for machine-readable request and response details.
Authorizations
API key for authentication. Get yours at https://0xarchive.io/dashboard
Path Parameters
Trading pair symbol (e.g., km:US500, xyz:XYZ100). HIP-3 symbols are case-sensitive.
Example:
"km:US500"
Query Parameters
Start timestamp in Unix milliseconds. Defaults to 24h ago.
End timestamp in Unix milliseconds. Defaults to now.
Candle interval (default: 1h)
Available options:
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: 10000)
Required range:
x <= 10000Last modified on September 8, 2026