Hyperliquid Funding Rates API
io.github.Br0ski777/hl-fundingHL perp funding rates for 229 markets. Sort, history, arb opportunities. x402.
Tools · 3
Use this when you need current funding rates across all Hyperliquid perpetual markets. Returns real-time funding rate, premium, open interest, and mark price for every listed perp coin on Hyperliquid …
Use this when you need historical funding rate data for a specific Hyperliquid perpetual market. Returns timestamped funding rate entries over a configurable lookback window, plus summary statistics i…
Use this when you need to find funding rate arbitrage opportunities on Hyperliquid. Scans all 229 perp markets and returns coins where the absolute funding rate exceeds 0.01% per 8h period (annualized…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"hyperliquid_funding_rates_api": {
"url": "https://hl-funding-x402-production.up.railway.app/mcp",
"transport": "sse"
}
}
}