| Method | Path | operationId | Success schema | Deprecated |
|---|---|---|---|---|
GET | /v1/hyperliquid/candles/{symbol} | getHyperliquidCandles | ApiResponseCandleArray | no |
GET | /v1/hyperliquid/cvd/{symbol} | getHyperliquidCvd | ApiResponseCvdBucketArray | no |
GET | /v1/hyperliquid/freshness/{symbol} | getHyperliquidFreshness | ApiResponseCoinFreshness | no |
GET | /v1/hyperliquid/funding/{symbol} | getHyperliquidFundingHistory | ApiResponseFundingRateArray | no |
GET | /v1/hyperliquid/funding/{symbol}/current | getCurrentHyperliquidFunding | ApiResponseFundingRate | no |
GET | /v1/hyperliquid/instruments | listHyperliquidInstruments | ApiResponseInstrumentArray | no |
GET | /v1/hyperliquid/instruments/{symbol} | getHyperliquidInstrument | ApiResponseInstrument | no |
GET | /v1/hyperliquid/liquidations/{symbol} | getHyperliquidLiquidations | ApiResponseLiquidationArray | no |
GET | /v1/hyperliquid/liquidations/{symbol}/levels | getHyperliquidLiquidationLevels | ApiResponseLiquidationLevels | no |
GET | /v1/hyperliquid/liquidations/{symbol}/volume | getHyperliquidLiquidationVolume | ApiResponseLiquidationVolumeArray | no |
GET | /v1/hyperliquid/liquidations/user/{user} | getHyperliquidLiquidationsByUser | ApiResponseLiquidationArray | no |
GET | /v1/hyperliquid/openinterest/{symbol} | getHyperliquidOpenInterest | ApiResponseOpenInterestArray | no |
GET | /v1/hyperliquid/openinterest/{symbol}/current | getCurrentHyperliquidOpenInterest | ApiResponseOpenInterest | no |
GET | /v1/hyperliquid/orderbook/{symbol} | getHyperliquidOrderbook | ApiResponseOrderBook | no |
GET | /v1/hyperliquid/orderbook/{symbol}/history | getHyperliquidOrderbookHistory | ApiResponseOrderBookArray | no |
GET | /v1/hyperliquid/orderbook/{symbol}/l2 | getHyperliquidFullDepthL2Orderbook | ApiResponseFullDepthL2OrderBook | no |
GET | /v1/hyperliquid/orderbook/{symbol}/l2/diffs | getHyperliquidFullDepthL2Diffs | ApiResponseL2OrderBookDiffArray | no |
GET | /v1/hyperliquid/orderbook/{symbol}/l2/history | getHyperliquidFullDepthL2History | ApiResponseFullDepthL2OrderBookArray | no |
GET | /v1/hyperliquid/orderbook/{symbol}/l4 | getHyperliquidL4Orderbook | object | no |
GET | /v1/hyperliquid/orderbook/{symbol}/l4/diffs | getHyperliquidL4Diffs | object | no |
GET | /v1/hyperliquid/orderbook/{symbol}/l4/history | getHyperliquidL4History | object | no |
GET | /v1/hyperliquid/orders/{symbol}/flow | getHyperliquidOrderFlow | object | no |
GET | /v1/hyperliquid/orders/{symbol}/history | getHyperliquidOrderHistory | object | no |
GET | /v1/hyperliquid/orders/{symbol}/tpsl | getHyperliquidTpsl | object | no |
GET | /v1/hyperliquid/prices/{symbol} | getHyperliquidPriceHistory | ApiResponsePriceSnapshotArray | no |
GET | /v1/hyperliquid/summary/{symbol} | getHyperliquidSummary | ApiResponseCoinSummary | no |
GET | /v1/hyperliquid/trades/{symbol} | getHyperliquidTrades | ApiResponseTradeArray | no |
GET | /v1/hyperliquid/wallets/classify | classifyHyperliquidWallets | ApiResponseWalletClassifyData | no |
Hyperliquid Core Schemas
Generated operation schema index for Hyperliquid Core. Includes parameters, response shapes, examples, and implementation notes from the 0xArchive contract.
Source OpenAPI: 0xArchive API 1.5.0; 140 paths; 119 component schemas.
Use this page to find Hyperliquid Core operation schemas by method and path. Open an operation schema for the raw JSON shape, or use Endpoint Reference for the full request and response page.
Last modified on June 29, 2026