What is the state of the Hyperliquid perp market? Top contracts by volume/OI, trader leaderboard, and SM perp activity.
编程
Liquidation Pressure
试用Aggregate liquidation pressure score across tracked perpetuals
它能做什么
Aggregate liquidation pressure score across tracked perpetuals
技能文档
liquidation-pressure
What It Does
Aggregate liquidation pressure score across tracked perpetuals. 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
- To monitor systemic perp risk
- Before entering leveraged positions
- As a market-stress overlay
How to Use
The agent makes an x402-authenticated GET request to:
https://apexrunner.ai/signals/liquidation-pressure
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/liquidation-pressure",
private_key=os.environ["EVM_PRIVATE_KEY"]
)
print(response.json())
Example Response
{
"pressure_score": 0.48,
"at_risk_usd": 120000000,
"level": "moderate"
}
Pricing
$2.00/call — standard price
Early adopters automatically receive 30% off ($1.40/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
相关技能
Perpetual futures signal scanner for Hyperliquid L1 DEX. Tracks funding rates, open interest shifts, large position changes, and liquidation cascades across...
Instructs the agent to call the remote HyperNatt MCP tool get_liq_radar (forced-order / liquidation map) before sizing any crypto perp - BTC ETH SOL and other whitelist assets, any venue. Docs + call order only - no local exec/shell/files. This skill covers market-data tools only (manifest + liq radar). Not trade advice. get_liq_radar = $0.001 USDC via x402.
Current Hyperliquid perpetual funding rates across tracked coins
Use when repeated large fills suggest directional participation or informed flow.
Read live Hyperliquid market data from the desk computer with curl or the Python SDK - mid, mark and oracle prices, order book depth, funding (current, predicted, historical), open interest, volume, candles, perp and spot metadata, margin tiers, and how to save datasets for the strategy lab. Read-only, no key. Use for any market brief, depth read, funding question or data pull.