Spot withdraw — preview / execute
POST /v1/wallet/withdraw/spot — Preview a cross-chain spot withdraw (`confirm: false`) or execute it (`confirm: true`, with `quoteHash` + `idempotencyKe
POST /v1/wallet/withdraw/spot
Preview a cross-chain spot withdraw (confirm: false) or execute it (confirm: true, with quoteHash + idempotencyKey echoed from the preview). Execute currently returns 501 spot_execute_not_yet_supported — a per-(symbol, chain) token contract registry is still pending. Preview works fully.
| Method | POST |
| Path | /v1/wallet/withdraw/spot |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | perps |
Request body
{ "confirm": false, "token": "USDC", "chain": "arbitrum", "address": "0x...", "amount": "10.5" }