funding-rates
Monitor current perpetual funding rates for 200+ assets on Hyperliquid DEX to factor funding cost or income into strategy ROI, or identify high-rate short-bias opportunities for delta-neutral trades.
Instructions
Returns current perpetual funding rates for 200+ assets on Hyperliquid DEX, sorted by absolute funding magnitude. Includes 8-hour and annualized rates, open interest, mark price, and directional signal (longs-pay or shorts-pay). Use before entering a perpetual position to factor funding cost/income into strategy ROI, or to scan for high-rate short-bias opportunities in delta-neutral strategies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | Filter to a specific asset symbol (e.g. BTC, ETH, SOL). Case-insensitive. Omit for all assets. | |
| direction | No | Filter by funding direction. 'positive' = longs pay shorts (bullish funding). 'negative' = shorts pay longs (bearish funding). Default: 'all'. | |
| min_oi_usd | No | Minimum open interest in USD to filter out illiquid markets (e.g. 500000 for $500K). Default: 0. | |
| sort_by | No | Sort order. 'abs_funding' (default) = highest absolute rate first. 'funding' = most positive first. 'open_interest' = largest OI first. | |
| limit | No | Max results to return (default 25, max 100). |