dex_tx_swap_sign_swap
[write] Sign the main swap tx for a staged session. EVM: call sign_approve first if need_approved=true. Solana: generates a fresh signable payload.
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 | Swap-stage checkin_token returned by the local skill check-in script after dex_tx_swap_checkin_preview(stage='swap') | |
| swap_session_id | Yes | Swap session ID returned by dex_tx_swap_prepare |