List Markets
list_marketsList active dYdX v4 perpetual markets with oracle price, 24h volume, open interest, and next funding rate. Sort by volume or open interest and paginate results to find market activity.
Instructions
All dYdX v4 perpetual markets: oracle price, 24h volume, open interest, next funding rate. Sorted by 24h USD volume by default (or 'oi'). Each row: ticker, oraclePrice, volume24h_USD, openInterest_USD (size x oracle price) and nextFundingRate_pct_1h (pct per hour). Returns {"count_total", "count", "offset", "has_more", "next_offset", "markets", "summary"}; only ACTIVE markets — delisted/settled ones are excluded. Page with offset when has_more is true. Example: list_markets(limit=20, sort="volume")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | volume | |
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||