Current Hyperliquid perpetual funding rates across tracked coins
编程
Funding Rate
试用Funding rate analysis across perps with arb opportunity scoring
它能做什么
Funding rate analysis across perps with arb opportunity scoring
技能文档
funding-rate
What It Does
Funding rate analysis across perps with arb opportunity scoring. This signal is computed in real time from APEX Runner's live autonomous trading system operating across Kraken, Coinbase Advanced Trade, and Hyperliquid — not from backtests or third-party aggregators.
When to Use
- Before opening perp positions
- To identify funding arb opportunities
- To monitor ongoing funding costs
How to Use
The agent makes an x402-authenticated GET request to:
https://apexrunner.ai/signals/funding-rate
The x402 client handles payment authorisation automatically. No API key, no account, no subscription required — just an EVM wallet with USDC on Base mainnet.
# Example using the x402-python client
from x402.client import x402_get
response = x402_get(
url="https://apexrunner.ai/signals/funding-rate",
private_key=os.environ["EVM_PRIVATE_KEY"]
)
print(response.json())
Example Response
{
"avg_rate_8h": 0.00031,
"arb_score": 0.54,
"recommended_action": "hold"
}
Pricing
$1.00/call — standard price
Early adopters automatically receive 30% off ($0.70/call) until 2026-09-21. Discount tiers apply automatically based on wallet call history:
- Early Adopter (0–9 calls): 30% off
- Engaged (10–49 calls): 15% off
- Loyal (50–199 calls): 15% permanent
- VIP (200+ calls): 20% permanent
Check your tier: https://apexrunner.ai/signals/my-pricing
Related Signals
APEX Runner — autonomous AI crypto trading signals. apexrunner.ai
相关技能
Use when the user asks for spot-perp basis trade, basis arbitrage, cash-and-carry, perp discount, or any setup that reads the spot–perp basis as a positionin...
Perpetual futures signal scanner for Hyperliquid L1 DEX. Tracks funding rates, open interest shifts, large position changes, and liquidation cascades across...
Use when writing a strategy that captures short-squeeze setups on Hyperliquid perps — anything described as squeeze, short squeeze fuel, negative funding ral...
Apply a distilled China interbank CNY funding trader workflow, especially from an asset-management/fund pledged-repo trader perspective, for money-market ana...
Analyze Binance USDT-margined perpetual futures symbols with public futures market data only and return a structured market analysis report with a clear BUY,...