Skip to main content
GET
Get Hyperliquid Spot order history

Authorizations

X-API-Key
string
header
required

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

Path Parameters

symbol
string
required

Hyperliquid Spot pair symbol, for example HYPE-USDC

Example:

"HYPE-USDC"

Query Parameters

start
integer<int64>

Start timestamp, Unix milliseconds (e.g. 1767225600000)

Example:

1767225600000

end
integer<int64>

End timestamp, Unix milliseconds

Example:

1767225600000

cursor
string

Cursor for pagination. Use the value from the previous response metadata.

limit
integer
default:100

Maximum number of records to return.

Required range: x <= 10000

Response

Order lifecycle events

success
boolean
Example:

true

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