MINARA

Perps withdraw — preview / execute

POST /v1/wallet/withdraw/perps — Preview a perps USDC/Arbitrum withdraw (`confirm: false`) or execute it (`confirm: true`, with `quoteHash` + `idempotenc

POST /v1/wallet/withdraw/perps

Preview a perps USDC/Arbitrum withdraw (confirm: false) or execute it (confirm: true, with quoteHash + idempotencyKey). Execute currently returns 501 perps_execute_not_yet_supported because upstream /v1/tx/perps/withdraw has no sub-account or destination field. Preview works fully and binds the source sub-account into the quote hash.

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

Request body

{ "confirm": false, "walletId": "0x...", "address": "0x...", "amount": "10.5", "asset": "USDC" }

On this page