Get HIP-4 L4 orderbook history
Get HIP-4 L4 orderbook history
0xArchive API reference for Get HIP-4 L4 orderbook history. Includes authentication, parameters, response shape, examples, and route-safe implementation notes.
GET
Get HIP-4 L4 orderbook history
Authorizations
API key for authentication. Get yours at https://0xarchive.io/dashboard
Path Parameters
HIP-4 coin id (e.g., 0 for outcome 0 Yes side, 1 for No side). The #-prefixed form (#0, #1) is also accepted.
Example:
"0"
Query Parameters
Start timestamp (ISO 8601 format, e.g., 2026-05-02T00:00:00Z)
End timestamp (ISO 8601 format, e.g., 2026-05-03T00:00:00Z)
Cursor for pagination (use the value from previous response's next_cursor)
Maximum number of results (default: 10, hard cap: 10)
Required range:
x <= 10Last modified on June 27, 2026