Takes an EIP-712 signature provided by the user’s wallet and executes the account setup transaction. This is the second step in the account setup process, after obtaining the signature data from the GET /api/v1/account/signature-payload endpoint.
The process flow is:
This endpoint will wait for the transaction to be confirmed on-chain and return the transaction hash when successful. Because it waits for on-chain confirmation, this request may take up to 10 seconds to complete.
The setup process configures Safe account allowances and delay mechanisms required for secure operation.
Prerequisites:
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successfully executed setup transaction
The response is of type object
.