dex_tx_swap_history_list
List swap/bridge order history with pagination; includes single-chain and cross-chain. → tx_list for transfer history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_time | No | End time filter (ISO8601 format) | |
| page_num | No | Page number (0-based, default 0) | |
| dst_chain | No | Destination chain ID filter. 0 or omit for all chains | |
| mcp_token | No | MCP session token obtained from login (dex_auth_google_login_poll or dex_auth_gate_login_poll). MUST be provided in every call to this tool after login; omitting it will result in 403 | |
| page_size | No | Page size (default 20) | |
| src_chain | No | Source chain ID filter (e.g. 1=ETH, 56=BSC). 0 or omit for all chains | |
| account_id | Yes | Account ID (wallet address) | |
| start_time | No | Start time filter (ISO8601 format, e.g. 2025-01-01T00:00:00Z) |