hl-funding
Hyperliquid Funding Rates API
229のパーペチュアル市場を対象に、Hyperliquidの資金調達レートをリアルタイムと履歴の両方で提供します。最高/最低で並べ替え、裁定機会を見つけることができます。データ自体はゼロコスト。x402(Base L2上のUSDC)によるペイ・パー・コール方式で、APIキー不要、サインアップ不要、レート制限の壁もありません。
klymax402マーケットプレイスの一部です。AIエージェント向けの100のx402マイクロペイメントAPIを、1つのウォレットとBase上のUSDCだけで利用できます。
クイックスタート -- MCP
MCPクライアントの設定(Claude Desktop、Cursor、エディザOSなど)に追加してください:
{
"mcpServers": {
"hl-funding": {
"url": "https://hl-funding.api.klymax402.com/mcp"
}
}
}Related MCP server: usenami-mcp
クイックスタート -- HTTP (x402)
curl -X POST "https://hl-funding.api.klymax402.com/api/rates" \
-H "Content-Type: application/json" \
-d '{}'
# -> 402 Payment Required, with an x402 payment challenge in the response bodyx402対応クライアント(@x402/fetch、x402-agent-tools、ATXP)は、402 -> 署名 -> リトライのサイクルを自動的に処理します。
ツール
ツール | メソッド | パス | 価格 | 説明 |
| POST |
| $0.002 | 全229のHyperliquidパーパチュアル市場の現在の資金調達レート。レート順に並べ替えされます。 |
| POST |
| $0.002 | 特定のHyperliquidコインの過去の資金調達レートデータを取得します。 |
| POST |
| $0.002 | 資金調達レートの裁定機会(極端にプラスまたはマイナスのレートを持つコイン)を検出します。 |
hyperliquid_get_funding_rates
Hyperliquidの全パーパチュアル市場で現在の資金調達レートが必要な場合に使用します。選択した並び順で、Hyperliquid DEXに上場されているすべてのパーパチュアルコインについて、リアルタイムの資金調達レート、プレミアム、建玉(オープンインタレスト)、マーク価格を返します。
パラメータ
名前 | 型 | 必須 | 説明 |
| string | いいえ | 資金調達レートの並べる順序。 |
レスポンス例:
{ totalMarkets: 229, sort: "abs", rates: [{ coin: "BTC", fundingRate: 0.000125, annualizedRate: 13.69, premium: 0.0002, openInterest: 1250000000, markPrice: 68500.5 }, ...] }使用する場面: パーペチュアルのポジションを開く際に、資金調達コストを確認するためです。キャリー取引の分析、市場情勢の把握、混雑したトレードの特定に欠かせません。
使用しない場面: 資金調達レートの履歴データ(hyperliquid_get_funding_history を使用)、ボールトのパフォーマンスデータ(hyperliquid_get_vault_details を使用)、大型投資家のポジション追跡(hyperliquid_track_whale_positions を使用)。
hyperliquid_get_funding_history
特定のHyperliquid永久先の市場の資金調達レート履歴が必要な場合に使用します。設定可能な遡り期間のタイムスタンプ付き資金調達レートエントリに加え、平均・最小・最大・標準偏差などの要約統計量を返します。
パラメータ
名前 | 型 | 必須 | 説明 |
| string | はい | コインのティッカーシンボル(例: |
| number | いいえ | 遡って調べる期間(時間)。デフォルト: 24、最大: 720(30日分)。資金調達期間は8時間ごとなので、24時間のデータで約3件が返ります。 |
レスポンス例:
{ coin: "ETH", hours: 24, entries: [{ time: "2026-04-13T08:00:00Z", fundingRate: 0.0001, annualizedRate: 10.95 }, ...], summary: { count: 3, avgRate: 0.00012, avgAnnualized: 13.14, minRate: 0.00008, maxRate: 0.00015, stdDev: 0.000029 } }使い道: 全市場の現在の資金調達レート(hyperliquid_get_funding_rates を使用)、Cに取引の資金調達レート(funding_rates_get_current を使用)。
hyperliquid_find_funding_arb
Hyperliquid上で資金調達レートの裁定機会を見つけたい場合に使用します。全229のパーパチュアル市場をスキャンし、8時間あたりの絶対資金調達レートが0.01%を超える(年間換算で約36%以上になる)コインを返します。レートの方向に応じて、買いまたは売りの機会としてフラグ付けされます。
パラメータ
名前 | 型 | 必須 | 説明 |
| number | いいえ | 裁定として認識するための最低の絶対資金調達レート。デフォルト: 0.0001(8時間で0.01%、年率約36%)。閾値を下げるとより多くの結果が返ります。 |
レスポンス例:
{ threshold: 0.0001, totalOpportunities: 12, longOpportunities: 5, shortOpportunities: 7, opportunities: [{ coin: "PEPE", fundingRate: 0.0005, annualizedRate: 54.75, direction: "short opportunity", openInterest: 85000000, markPrice: 0.0000125, premium: 0.001 }, ...] }使用しない: 過去の資金調達レートトレンド(hyperliquid_get_funding_history を使用)、DEXのスワップ見積(dex_get_swap_quote を使用する)、DeFiイールドファーミング(defi_find_best_yields を使用)。
エージェントに利用できるプロンプト例
"Hyperliquidのすべてのパーパチュアル市場の現在の資金調達レート"
"特定のHyperliquidパーパチュアル市場の過去の資金調達レートデータ"
"Hyperliquidでの資金調達レートの裁定機会を探す"
支払い
プロトコル: x402 -- HTTPネイティブのペイ・パー・コール、サインアップ不要、APIキー不要
ネットワーク: Base L2(
eip155:8453)資産: USDC
ファシリテーター: Coinbase CDP(プライマリ)、PayAI(フォールバック)
ATXP経由でも利用可能(OAuthでラップされた x402、RFC 9728-Protected-Resourceメタデータ)
klymax402の一部
AIエージェント向け100本のx402マイクロペイサービスAPI -- 1つのウォレット、Base の法、サインイン不要。
完全なAPIリファレンス: https://klymax402.com/llms-full.txt
リアルタイム統計: https://klymax402.com/stats
ライセンス
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceReal-time crypto intelligence for AI agents. Technical analysis, liquidation heatmaps, sentiment, and funding rates for 50+ Hyperliquid perpetuals via x402 micropayments.151MIT

usenami-mcpofficial
AlicenseAqualityFmaintenancePerp-first funding rate & RWA spread data for AI agents. 30+ CEX/DEX venues, 6 tools (4 x402-paywalled, 2 free), bring-your-own-wallet via Base mainnet.61MIT
Funding-mcpofficial
AlicenseAqualityBmaintenanceReal-time perp market-data for AI trading agents — funding rates, funding-arb signals, open interest, volume, orderbook depth/slippage and oracle families across 25 venues, plus HIP-3 RWA coverage (tokenized stocks, metals, oil) that mainstream aggregators lack. x402-native pay-per-call (USDC on Base): one free funding screener tool + 11 paid tools with auto-pay.12152MIT- AlicenseNot gradedqualityBmaintenanceScans funding rate arbitrage opportunities across perpetual exchanges (Hyperliquid, Binance, Bybit, OKX) and returns cross-venue spreads and annualized yields. Uses x402 micropayments for pay-per-call access.MIT
Related MCP Connectors
Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
Crypto perps data for AI agents: funding rates, open interest, liquidations, order book, CVD.
Crypto data for AI agents via x402. 31 tools, 4 free. Recorded history, anchored daily on Base.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Br0ski777/hl-funding-x402'
If you have feedback or need assistance with the MCP directory API, please join our Discord server