dex_tx_swap_sign_approve
[write] Sign the ERC20 approve tx for a staged EVM swap. Requires need_approved=true in prepare result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | |
| checkin_token | Yes | Approve-stage checkin_token returned by the local skill check-in script after dex_tx_swap_checkin_preview(stage='approve') | |
| swap_session_id | Yes | Swap session ID returned by dex_tx_swap_prepare |