# Hyperliquid Market Data — Orderbooks, Prices, OHLCV

Hyperliquid perpetual market data API for AI agents. Real-time order books, mid prices, funding rates, open interest, 24h volume, and OHLCV candles for all 229 perp markets on Hyperliquid L1. Direct …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add axel-belfort/hyperliquid-data

# Browse available tools
npx -y smithery tool list axel-belfort/hyperliquid-data

# Get full schema for a tool
npx -y smithery tool get axel-belfort/hyperliquid-data hyperliquid_get_market_data

# Call a tool
npx -y smithery tool call axel-belfort/hyperliquid-data hyperliquid_get_market_data '{}'
```

## Direct MCP Connection

Endpoint: `https://hyperliquid-data--axel-belfort.run.tools`

## Tools (3)

- `hyperliquid_get_market_data` — Use this when you need Hyperliquid perpetual futures data for a specific coin. Returns full L2 order book depth with re…
- `hyperliquid_get_all_markets` — Use this when you need a snapshot of all Hyperliquid perpetual markets at once. Returns pricing, funding, and volume da…
- `hyperliquid_get_candles` — Use this when you need historical OHLCV candlestick data for a Hyperliquid perpetual pair. Returns open, high, low, clo…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get axel-belfort/hyperliquid-data <tool-name>
```
