Exchange Order Book Depth
Returns order book bid/ask levels with computed stats.
Included fields: spread, spread percentage, mid-price, and total bid/ask depth.
Use limit to control the number of price levels (1–100, default 20). Set type=swap to query perpetual contract order books instead of spot.
Query parameters
Trading pair (e.g. BTC/USDT)
Trading pair (e.g. BTC/USDT)
Market type: spot for spot trading, swap/perpetual/perp for perpetual contracts
Market type: spot for spot trading, swap/perpetual/perp for perpetual contracts
Number of price levels (1-100)
Number of price levels (1-100)
Exchange identifier. Note: hyperliquid uses USDC-settled perps (e.g. BTC/USDC:USDC); pass USDC-quoted pairs when querying hyperliquid.
Exchange identifier. Note: hyperliquid uses USDC-settled perps (e.g. BTC/USDC:USDC); pass USDC-quoted pairs when querying hyperliquid.
Response
OK
Example response
{
"$schema": "https://example.com/schemas/SimpleListResponseExchangeDepthItem.json"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.