list_trades
Retrieve all trades from the platform, filterable by trade type (long/short) or state (active, cancelled, completed, expired, settled).
Instructions
List all trades on the platform. Filter by trade type or state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Filter by state: active | cancelled | completed | expired | settled | |
| tradeType | No | Filter by trade type: long | short |