cex_spot_get_spot_trades
Get recent trades for a currency pair
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 | |
| page | No | Page number | |
| limit | No | Maximum number of records to return, default 100 | |
| last_id | No | Use the last record ID from previous list as starting point for next list | |
| reverse | No | Whether to retrieve records less than last_id. Default returns records greater than last_id | |
| currency_pair | Yes | Currency pair |