Retrieve Signature Data for Account Setup
Safe Management
Retrieve Signature Data for Account Setup
deprecated
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:
- User must have a deployed Safe account
- The Safe account must have a currency set (via
/api/v1/safe/set-currency)
GET
Retrieve Signature Data for Account Setup
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

