futures_top_gainers
Find futures contracts with the biggest 24h price gains by sorting change percent and applying a volume filter.
Instructions
Get top movers on futures — sort by 24h price change, filter by volume threshold
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results (default 20) | |
| order | No | Sort order (default: desc) | |
| sortBy | No | Sort field (default: change_percent descending) | |
| minVolume | No | Minimum 24h volume in USDT (default 0) |