cex_fx_get_fx_trades
Get recent public trades for a futures contract
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End timestamp in seconds, defaults to current time if not specified | |
| from | No | Start timestamp in seconds. If not specified, returns records limited by to and limit | |
| limit | No | Maximum number of records to return | |
| offset | No | List offset, starting from 0 | |
| settle | No | Settlement currency | |
| last_id | No | Specify list starting point using the last record ID from previous request | |
| contract | Yes | Futures contract name |