Response Schemas
Check field names and example payloads before you model responses or write validation.
Use these schema references when you need exact field names, nested structures, and example payloads.
Top-level fields are open by default. Expand nested objects only when you need the full shape for types, validation, or QA.
Market state
Real-time and current-state responses for books, trades, pricing, funding, and open interest.
Order Book Response
GET /v1/hyperliquid/orderbook/:symbol
Trade Response
GET /v1/hyperliquid/trades/:symbol
Funding Rate Response
GET /v1/hyperliquid/funding/:symbol
Open Interest Response
GET /v1/hyperliquid/openinterest/:symbol
Symbol Summary Response
GET /v1/*/summary/:symbol
Price Snapshot Response
GET /v1/*/prices/:symbol
Historical series and monitoring
Time-series payloads, liquidation aggregates, and freshness signals used in backfills and health checks.
Candle Response
GET /v1/*/candles/:symbol
Liquidation Response
GET /v1/hyperliquid/liquidations/:symbol (December 2025+ data, long and short)
Liquidation Volume Response
GET /v1/hyperliquid/liquidations/:symbol/volume
Symbol Freshness Response
GET /v1/*/freshness/:symbol
Order books and diffs
Order-level snapshots and diff feeds for higher-tier depth analysis across Hyperliquid, HIP-3, and Lighter.
L4 Order Book Response
GET /v1/hyperliquid/orderbook/:symbol/l4 (Hyperliquid & HIP-3, Pro+)
L4 Diff Response
GET /v1/hyperliquid/orderbook/:symbol/l4/diffs (Hyperliquid & HIP-3, Pro+)
L3 Order Book Response
GET /v1/lighter/l3orderbook/:symbol (Lighter, Pro+)
Order lifecycle and flow
Order history and aggregated flow responses used for event analysis, reconstruction, and monitoring.
Order History Response
GET /v1/hyperliquid/orders/:symbol/history (Hyperliquid & HIP-3, Pro+)
Order Flow Response
GET /v1/hyperliquid/orders/:symbol/flow (Hyperliquid & HIP-3, Pro+)