Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The amount to withdraw in the token's base units.
"1000000000000000000"
The address to withdraw to.
"0x3270bf32AB647e90eF94A026c70Aa1daaaDA2382"
The address of the token to withdraw. Use "0x0000000000000000000000000000000000000000" for native token (xDAI) withdrawals.
"0x3270bf32AB647e90eF94A026c70Aa1daaaDA2382"
The wallet signature authorizing this withdraw.
"0x1234567890abcdef..."
The message object containing transaction data and salt.
Optional. If using a smart account, the address of the smart wallet to use for the withdraw.
"0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
Response
Successfully submitted the withdraw request.