Get signature data for account setup
GET/api/v1/account/signature-payload
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
)
Responses
- 200
- 400
- 401
- 500
Signature data for EIP-712 typed data signing
Bad request (missing account, token, or signer)
Unauthorized Error
Internal Server Error