Hyperliquid Market Data — Orderbooks, Prices, OHLCV
Hyperliquid perpetual market data API for AI agents.
Что умеет
- Hyperliquid Get Market Data: Use this when you need Hyperliquid perpetual futures data for a specific coin. Returns full L2 order book depth with real-time pricing and funding metrics in one call. 1.
- Hyperliquid Get All Markets: Use this when you need a snapshot of all Hyperliquid perpetual markets at once. Returns pricing, funding, and volume data for every listed asset in a single call. 1. marke
- Hyperliquid Get Candles: Use this when you need historical OHLCV candlestick data for a Hyperliquid perpetual pair. Returns open, high, low, close, volume for the specified interval. 1. candles: array
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
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 on-chain data, no CoinGecko dependency.
Tools: hyperliquid_get_market_data (single), hyperliquid_get_all_markets (overview), hyperliquid_get_candles (OHLCV).
Use this for trading signals, market analysis, backtesting, or building Hyperliquid trading bots. The foundational data layer for any Hyperliquid integration. IMPORTANT: For whale tracking, use hyperliquid_track_whale_positions instead.
Returns real-time L1 data. No API key required — x402 micropayment $0.001/call on Base L2.
Список инструментов сервера (3)
Технические названия из tools/list. Нужны только разработчикам.
| hyperliquid_get_market_data | Use this when you need Hyperliquid perpetual futures data for a specific coin. Returns full L2 order book depth with real-time pricing and funding metrics in one call. 1. bids: array of bid levels wi |
| hyperliquid_get_all_markets | Use this when you need a snapshot of all Hyperliquid perpetual markets at once. Returns pricing, funding, and volume data for every listed asset in a single call. 1. markets: array of all listed perp |
| hyperliquid_get_candles | Use this when you need historical OHLCV candlestick data for a Hyperliquid perpetual pair. Returns open, high, low, close, volume for the specified interval. 1. candles: array of OHLCV bars 2. Each c |