---
title: "Hyperliquid HIP-3 Data API | 0xArchive Docs"
description: "Historical and monitoring routes for Hyperliquid builder perps under /v1/hyperliquid/hip3, with case-sensitive symbols and tiered orderbook access."
canonical_url: "https://www.0xarchive.io/docs/hyperliquid-hip3-data-api/"
markdown_url: "https://www.0xarchive.io/docs/hyperliquid-hip3-data-api.md"
route: "/docs/hyperliquid-hip3-data-api"
robots: "index, follow"
generated_from: "prerendered_html"
---

# Hyperliquid HIP-3 Data API

Historical and monitoring routes for Hyperliquid builder perps under /v1/hyperliquid/hip3, with case-sensitive symbols and tiered orderbook access.

Namespace /v1/hyperliquid/hip3 Symbols Case-sensitive builder tickers Orderbook Tier-gated beyond km:US500

Copy Markdown

[Open HIP-3 routes](https://www.0xarchive.io/docs/rest-api/hip3/)

[View pricing](https://www.0xarchive.io/pricing/)

### HIP-3

Builder-perp routes inside the Hyperliquid namespace, including depth, liquidations, and order flow.

#### Hyperliquid HIP-3 - Instruments (125+ markets: xyz, flx, hyna, km, vntl, cash)

GET `/v1/hyperliquid/hip3/instruments` 1 credit List all available HIP-3 builder-deployed perpetuals with latest market data (mark price, open interest, mid price).

GET `/v1/hyperliquid/hip3/instruments/:symbol` 1 credit Get a specific HIP-3 instrument by symbol.

#### Hyperliquid HIP-3 - Order Book (Free: km:US500, Build+: all)

GET `/v1/hyperliquid/hip3/orderbook/:symbol` 1 credit Get current order book or snapshot at specific timestamp for HIP-3 builder-deployed perpetuals.

GET `/v1/hyperliquid/hip3/orderbook/:symbol/history` 5 credit s Get historical order book snapshots with cursor pagination.

#### Hyperliquid HIP-3 - Trades (Free: km:US500, Build+: all)

GET `/v1/hyperliquid/hip3/trades/:symbol` 2 credit s Get trade history with cursor pagination.

GET `/v1/hyperliquid/hip3/trades/:symbol/recent` 1 credit Get most recent trades for a HIP-3 symbol.

#### Hyperliquid HIP-3 - Candles (Free: km:US500, Build+: all)

GET `/v1/hyperliquid/hip3/candles/:symbol` 3 credit s Get OHLCV candle data aggregated from HIP-3 trades.

#### Hyperliquid HIP-3 - Market Data (Free: km:US500, Build+: all)

GET `/v1/hyperliquid/hip3/openinterest/:symbol` 2 credit s Get historical open interest data.

GET `/v1/hyperliquid/hip3/openinterest/:symbol/current` 1 credit Get current open interest for a HIP-3 symbol.

GET `/v1/hyperliquid/hip3/funding/:symbol` 2 credit s Get historical funding rates.

GET `/v1/hyperliquid/hip3/funding/:symbol/current` 1 credit Get current funding rate for a HIP-3 symbol.

#### Hyperliquid HIP-3 - Liquidations (Build+)

GET `/v1/hyperliquid/hip3/liquidations/:symbol` 3 credit s Get liquidation-related fills for a HIP-3 symbol.

GET `/v1/hyperliquid/hip3/liquidations/:symbol/volume` 3 credit s Get pre-aggregated liquidation-related volume in time-bucketed intervals for HIP-3 symbols.

#### Hyperliquid HIP-3 - Convenience

GET `/v1/hyperliquid/hip3/freshness/:symbol` 1 credit Check when data was last updated for each data type (orderbook, trades, funding, OI) for a specific HIP-3 symbol.

GET `/v1/hyperliquid/hip3/summary/:symbol` 2 credit s Get a combined market summary for a HIP-3 symbol in a single API call.

GET `/v1/hyperliquid/hip3/prices/:symbol` 2 credit s Get mark, oracle, and mid price history for a HIP-3 symbol.

#### Hyperliquid HIP-3 - L4 Order Book (Node-Level)

GET `/v1/hyperliquid/hip3/orders/:symbol/history` 5 credit s Get HIP-3 order history with user attribution from Hyperliquid node data.

GET `/v1/hyperliquid/hip3/orders/:symbol/flow` 5 credit s Get aggregated order flow data for HIP-3 markets showing buy/sell pressure over time intervals.

GET `/v1/hyperliquid/hip3/orders/:symbol/tpsl` 5 credit s Get HIP-3 take-profit and stop-loss order history with user attribution.

GET `/v1/hyperliquid/hip3/orderbook/:symbol/l4` 10 credit s Reconstruct the HIP-3 L4 orderbook at a specific point in time, showing individual orders with user attribution at each price level.

GET `/v1/hyperliquid/hip3/orderbook/:symbol/l4/diffs` 5 credit s Get HIP-3 L4 orderbook diffs showing individual order changes with user attribution.

GET `/v1/hyperliquid/hip3/orderbook/:symbol/l4/history` 10 credit s Get HIP-3 L4 orderbook checkpoints (full snapshots) with user attribution at each price level.

#### Hyperliquid HIP-3 - L2 Full-Depth Order Book (Derived from L4)

GET `/v1/hyperliquid/hip3/orderbook/:symbol/l2` 3 credit s Get the HIP-3 full-depth L2 orderbook at a specific point in time, derived from L4 data.

GET `/v1/hyperliquid/hip3/orderbook/:symbol/l2/history` 10 credit s Get paginated HIP-3 L2 full-depth checkpoints over a time range.

GET `/v1/hyperliquid/hip3/orderbook/:symbol/l2/diffs` 5 credit s Get tick-level HIP-3 L2 orderbook deltas showing price-level changes over time.
