Withdraw collateral to an address
POST
/
trade/v1/wallet/withdrawAuthorization
AuthorizationRequiredBearer <token>
Privy identity token from a live browser session. Issued by the web app's Privy SDK; not obtainable via API. Used by operations that require a fresh browser session.
In: header
Request Body
application/jsonRequiredamount_microRequiredstring
Decimal micro-collateral amount: at least 10000 (0.01) and within the batch cap.
destinationRequiredstring
Same-chain destination; must be nonzero and differ from the account address.
Withdrawal accepted; poll GET /trade/v1/batches/{batch_hash} for settlement.