list_trades
Fetches a paginated list of trades, allowing filtering by currency pair, status, date range, and including beneficiary details for transaction management.
Instructions
Returns a paginated list of trades.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| per_page | No | Results per page (default: 25), or "all" to fetch all | |
| buy_currency | No | Filter by buy currency | |
| sell_currency | No | Filter by sell currency | |
| status | No | ||
| created_at_from | No | Filter trades created on or after this date (YYYY-MM-DD) | |
| created_at_to | No | Filter trades created on or before this date (YYYY-MM-DD) | |
| with_beneficiaries | No | Include beneficiary information in response |