Returns the EIP-712 typed data that needs to be signed by the user’s wallet to withdraw ERC20 tokens or native tokens (xDAI) from the user’s Safe account.
For ERC20 tokens, provide the token contract address. For native token (xDAI) withdrawals, use “0x0000000000000000000000000000000000000000” as the tokenAddress.
This endpoint is used as part of a three-step process:
/api/v1/accounts/withdraw endpointBearer authentication header of the form Bearer <token>, where <token> is your auth token.
The address of the token to withdraw. Use "0x0000000000000000000000000000000000000000" for native token (xDAI) withdrawals.
The address to withdraw to.
The amount to withdraw in the token's base units.
Successfully retrieved EIP-712 typed data for signing.