dex_tx_list
List wallet transaction history (transfers). → swap_history_list for swap/bridge orders. → tx_detail for single tx by hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor | |
| address | No | Wallet address filter | |
| end_time | No | End time (Unix seconds or ISO8601) | |
| page_num | No | Page number (1-based) | |
| 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) | |
| account_id | Yes | Account ID | |
| start_time | No | Start time (Unix seconds or ISO8601) |