Skip to main content
GET
Get HIP-4 L4 orderbook
API key required. Send X-API-Key with this request. See REST authentication.
Open the generated operation schema for machine-readable request and response details.

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

timestamp
integer<int64>

Unix timestamp in milliseconds for the HIP-4 snapshot. If omitted, returns the latest snapshot. ISO 8601 strings are rejected.

Example:

1777680000000

depth
integer<int64>

Maximum number of resting orders retained per side for this HIP-4 L4 snapshot. Omit for the full stored depth.

Example:

20

Response

Typed L4 orderbook snapshot

success
boolean
required
Example:

true

data
object
required

Current or reconstructed Hyperliquid-family L4 orderbook snapshot.

meta
object
required

Response metadata

Last modified on September 8, 2026