Funding Heatmap
funding_heatmapRank dYdX markets by absolute next funding rate to reveal which positions pay and who receives. Filter by minimum open interest to focus on liquid markets with meaningful capital flow.
Instructions
All markets ranked by |next funding rate| (1h, annualized). Shows which sides pay: positive = longs pay shorts. Rows carry OI so agents can ignore micro-markets; raise min_oi_usd to filter noise. Each row: ticker, funding_pct_1h (pct per hour), funding_pct_annualized (1h rate x 24 x 365), oi_usd, oraclePrice, and exactly one of longs_pay / shorts_pay = True. Zero-rate markets and markets below min_oi_usd are skipped. Returns {"count_nonzero", "top", "summary", "offset", "has_more"} — page with offset when has_more is true. Example: funding_heatmap(limit=15, min_oi_usd=100000.0)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| min_oi_usd | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||