get_funding_rates
Retrieve perpetual futures funding rates across 6 venues to analyze costs and identify arbitrage opportunities based on spread differentials.
Instructions
Get perpetual futures funding rates across 6 venues: Hyperliquid, dYdX v4, Aevo, GMX, Drift, and Vertex. Returns per-8h funding rate, annualized APR, predicted rate, open interest, and next funding time for each venue. Also returns ranked arbitrage opportunities (long low-rate venue, short high-rate venue) with spread in bps and annualized carry. Costs 0.008 USDC per call (x402 micropayment on Base).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | No | Asset symbol (e.g. "BTC", "ETH", "SOL"). Returns all assets if omitted. | |
| min_spread | No | Filter for arbitrage spreads >= N basis points (e.g. 0.5). Omit for no filter. |