Skip to main content
GET
Get HIP-4 L4 orderbook history

Authorizations

X-API-Key
string
header
required

API key for authentication. Get yours at https://0xarchive.io/dashboard

Path Parameters

symbol
string
required

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
string<date-time>

Start timestamp (ISO 8601 format, e.g., 2026-05-02T00:00:00Z)

end
string<date-time>

End timestamp (ISO 8601 format, e.g., 2026-05-03T00:00:00Z)

cursor
string

Cursor for pagination (use the value from previous response's next_cursor)

limit
integer
default:10

Maximum number of results (default: 10, hard cap: 10)

Required range: x <= 10

Response

L4 orderbook checkpoints

success
boolean
Example:

true

data
object[]
meta
object
Last modified on August 13, 2026