Skip to main content
HyperLiquid has multiple asset classes spread across different endpoints. This guide shows you how to discover everything you can trade and stream.

Asset classes

Perpetuals

The main 229 assets on HyperLiquid’s native perp exchange.
Response includes every perp with its asset ID, max leverage, and funding parameters:
Asset IDs are assigned by array position: BTC=0, ETH=1, etc.

Spot pairs

291 spot trading pairs.
Spot coins use the @ prefix followed by their token index: @1 is PURR, @142 is HYPE.

Builder DEXes (HIP-3)

HyperLiquid allows anyone to deploy their own perpetual DEX on top of the L1. There are currently 9 builder DEXes with 330+ assets combined.
Builder DEX assets use the same coin names as the native exchange (BTC, ETH, etc.) but trade on a different matching engine with separate order books. The DEX code prefix identifies which exchange. To get details on a specific DEX:

Prediction markets (HIP-4)

HyperLiquid’s prediction market system uses a unique asset ID scheme.

Understanding prediction asset IDs

Each prediction market outcome has an encoding number:
  • outcome_id — the outcome being bet on
  • side_index — 0 for YES, 1 for NO
The coin name is # followed by the encoding: #39890 means outcome 3989, YES side. The asset ID is 100,000,000 + encoding.

Subscribing to prediction events

See Prediction Trading for the full trading flow.

Asset categories

Group assets by category (crypto, stocks, commodities, etc.):

Using asset IDs in subscriptions

You can filter the WebSocket stream by asset name or numeric ID:
Both produce the same result for BTC. Asset names are case-insensitive.

All metadata endpoints