Skip to main content
GET
Get HIP-3 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-3 symbol (case-sensitive, e.g., hyna:BTC, km:US500)

Example:

"hyna:BTC"

Query Parameters

timestamp
integer<int64>

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

Example:

1767225600000

depth
integer<int64>

Maximum number of resting orders retained per side for this HIP-3 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