MINARA

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.

MethodPOST
Path/v1/wallet/withdraw/spot
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryperps

Request body

{ "confirm": false, "token": "USDC", "chain": "arbitrum", "address": "0x...", "amount": "10.5" }

On this page