Hyperliquid Perp Market Data API
io.github.Br0ski777/hyperliquid-dataHyperliquid perp order book, prices, funding, OI, candles. x402 paid.
Tools · 3
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…
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…
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…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"hyperliquid_perp_market_data_api": {
"url": "https://hyperliquid-data-x402-production.up.railway.app/mcp",
"transport": "sse"
}
}
}