hl-funding
Hyperliquid Funding Rates API
[(https://hl-funding.api.klymax402.com/mcp)
[
[
실시간 및 과거 Hyperliquid 펀딩 rate을 229개 무기한(perp) 마켓 에서 제공합니다. 높은 순/낮은 순으로 정렬하고, 차트거래(arb) 기회를 찾아보세요 데이터는 무료입니다. x402로 호출 (Base L2의 USDC) -- API 키 로 가입 불필요 , .좰에서게 나지 않습니다
klymax402 마켓펠레이스의 일부 -- AI 에이전트를 위한 100개의 x402 마이크로페이먼트 APIs 하나의 지갑, Base의 USDC
시작하기 -- MCP
MCP 클라이언트 설질에 추가하세요 (Claude Desktop, Curor, EliaOS 등):
{
"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 -> 계정 -> 리트라이 cycle 을 자합니다.
도구
도구 | 메서드 | 경로 | 가격 | 설명 |
| POST |
| $0.002 | 모든 229개 Hyperliquid 무기 마켓의 현재 펀딩 (기준) |
| POST |
| $0.002 | 특정 Hyperliquid coin의 그간 펀딩 레이 기록 |
| POST |
| $0.002 | 펀딩 레이트 arbitrage 기회 - 극단한 음/양률 보유 coin 찾기 |
hyperliquid_get_unding_rate
모든 Hyperliquid 무기간 마켓의 펀딩 리트가 필요할 때 사용하세요. Hyperliquid DEX 에 상자된 모 퍼etual (coin) 의 실시간 펀딩 레이, 리미엄, 미결제약정 (indres), 이크 가를 지정한 기준으로 정렬하여 반환합니다.
Parameter
이름 | 타입 | 필수 | 설명 |
| string | 아오 | 펀딩 레이트 정렬 순서. 'higest' = 가장 양수리 first (숏이 롯 지급), 'lowest' = 가장 음욘 (롱 숏 지급), 'abs' = 절대값 최우선 (기본값.) |
Example response:
{ totalMarkets: 229, sort: "abs", rates: [{ coin: "BTC", fundingRate: 0.000125, annualizedRate: 13.69, premium: 0.0002, openInterest: 1250000000, markPrice: 68500.5 }, ...] }사용 시 · 무기한 포지션의 펀딩 비용 확인 상황. 캐리 트레이드 분석, 시장 심리 측정, 군집 트레이드 식별을 위해 필수입니다.
사용 안하는 용도 : 과거 펀딩 history useful data (사용: hyperliquid_get_anding_history), vault performance data (사용: hyperliquid_get_vault_status), 고래 포지션 추적 (사용: hyperliquid_track_whale_posions`).
hyperliquid_get_funding_history
특정 Hyperliquid 무기한 마ケ트에서 과거 funding histories가 필요합니다. 구성 가능한 조회 기간(lookback window)의 history funding entries와 shape: average, min, max, 표준편차 른 수학합니다.
파라미터
Parameter | Type | Required | Description |
| string | 예 | 코인 |
| hiking numbers | 아닐오 | 조회 기간(hour). 기본: 24, 최대: 720 (30일). Each funding period 8 hour이므로 24 hour마다 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 전체 pending rates (사용: hyperliquid_get_funding_rates), CEX의 funding rates (가용: funding_rates_get_current).
hyperliquid_find_funding_arb
Hyperliquid 에 fund rate 차익거래 기회들을 탐색합니다. 229개 무기한마켓 전 servings and 조건 (급 absolute fee 0.01% per) <0.01%) , annualized > 36 % and return flagged. 롱/숏 positions based on rate direc.
파라미터
이름 | 타업 | 필수 | 설명 |
| number | 아니오 | 차익로 간ال؟ 최ea 최소값(rate) absolute, 기본 0.0001 (0.01% per hour, ~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 스앱 quote (사용: dex_get_swap_quote), DeFi yield 매 (사용: defi_find_best_pields).
대화 agent 프롬프트 예시
"모든 Hyperliquid 무기한 market old funding rate"
"특정 Hyperliquid 무한 perpetual market 막 펀딩 내역 확인"
"Hyperliquid 펀딩 rate arbitrage enterprises"
결제
프로트코: x402 -- HTTP core per-call, 로그읍 no 필요, API key 없많.
Network: Base L2 (
eip155:8453)자산: Basic:
USDCFaciltator: Base CDP (기본), [PayAI], (대체)
Also compatible via ATXP (OATH authed x402, RFC 9728 resources meta data).
klymax402 Market place Part
AI 에이전트 위한 x402 micropayment 100 asked - single wallet, USDC in Base, no check.
Catalog: https://klymax402.com/ll..txt
Lite API: https://klymax402.com/llms-full.txt
Live stats: https://klymax402.com/stats
License
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