Get Hyperliquid order flow
Get Hyperliquid order flow
0xArchive API reference for Get Hyperliquid order flow. Includes authentication, parameters, response shape, examples, and route-safe implementation notes.
GET
Get Hyperliquid order flow
Authorizations
API key for authentication. Get yours at https://0xarchive.io/dashboard
Path Parameters
Trading pair symbol (e.g., BTC, ETH, SOL)
Example:
"BTC"
Query Parameters
Start timestamp, Unix milliseconds (e.g. 1767225600000)
Example:
1767225600000
End timestamp, Unix milliseconds (e.g. 1767225600000)
Example:
1767225600000
Cursor for pagination (use the value from previous response's next_cursor)
Maximum number of results (default: 1000, max: 10000)
Required range:
x <= 10000Aggregation granularity
Available options:
1m, 5m, 15m, 1h Last modified on August 13, 2026