Returns the domain, types, and message objects needed for EIP-712 typed data signing. This is typically used to prepare the data that needs to be signed by the user’s wallet to set up account allowances and delays.
The response contains structured data compatible with the EIP-712 signature standard.
After obtaining this data and signing it with the user’s wallet, the signature can be
sent to the /api/v1/account/deploy-safe-modules
endpoint to complete the setup process.
Prerequisites:
/api/v1/safe/set-currency
)Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Signature data for EIP-712 typed data signing
The response is of type object
.