futures_market_overview
Retrieve and rank top futures contracts by trading volume. Filter by category, exchange, and minimum volume to get OHLCV data and percent change for market analysis.
Instructions
Top futures contracts sorted by trading volume.
Args: category: all | equity_index | energy | metals | agriculture | rates | forex | crypto_futures exchanges: us (CME, COMEX, NYMEX, CBOT) | global (adds ICE, EUREX) limit: max contracts to return (default 30) volume_min: minimum volume filter (0 = no filter)
Returns: Dict with total_available count and list of contracts with OHLCV + % change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| category | No | all | |
| exchanges | No | us | |
| volume_min | No |