POST /withdrawAsk AIpost https://api.aevo.xyz/withdrawWithdraws USDC from the exchange to L1 Ethereum.Body ParamsaccountstringrequiredAccount's Ethereum address.collateralstringrequiredEthereum address of the collateral asset.tostringrequiredEthereum address to send withdrawals to.amountstringrequiredAmount in USDC. In 6 decimals fixed number.saltstringrequiredA randomly generated number to guarantee transaction uniqueness. In 6 decimals fixed number.signaturestringrequiredHash of order payload signature signed by the account.recipientstringA recipient account's Ethereum address.socket_feesstringThe socket gas fees.socket_msg_gas_limitstringThe socket message gas limit.socket_connectorstringThe socket connector address.Responses 200Withdraw status. 400Bad request. 401Unauthorized. 429Rate limit exceeded. 500Internal server error.Updated 7 months ago