Returns the EIP-712 typed data that needs to be signed by the user’s wallet to withdraw from the user’s Safe account. 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.
The address to withdraw to.
The amount to withdraw in the token's base units.
Successfully retrieved EIP-712 typed data for signing.
The response is of type object
.