# Hyperliquid (/providers-market-data/hyperliquid)



Hyperliquid market data is public and requires no authentication.

| Protocol                                          | Market                      | Exchange       | Symbol      |
| ------------------------------------------------- | --------------------------- | -------------- | ----------- |
| [HIP-1](/providers-market-data/hyperliquid/hip-1) | Spot                        | `hyperliquid`  | `HYPE/USDC` |
| [HIP-3](/providers-market-data/hyperliquid/hip-3) | Builder-deployed perpetuals | `hyperliquidf` | `xyz:TSLA`  |
| [HIP-4](/providers-market-data/hyperliquid/hip-4) | Outcomes                    | `hyperliquid`  | `1210:0`    |

`mlab markets --exchange hyperliquid` requires `--hip 1` or `--hip 4`. HIP-3 uses `hyperliquidf` and does not take `--hip 3`.

## Source availability [#source-availability]

| Source                     | Spot | Perpetuals | Outcomes |
| -------------------------- | ---- | ---------- | -------- |
| Orderbook, trades, candles | Yes  | Yes        | Yes      |
| Volumes, volume delta      | Yes  | Yes        | No       |
| OI, funding, statistics    | No   | Yes        | No       |

HyperLink has no separate market-data catalog. Use the same Hyperliquid sources when executing through HyperLink.

See [Hyperliquid Execution](/providers-execution/hyperliquid).
