Get typed data for adding a Safe Owner
Safe Management
Get typed data for adding a Safe Owner
Returns the EIP-712 typed data that needs to be signed by the user’s wallet to add a new owner to the Safe. This endpoint is used as part of a three-step process:
- Call this endpoint to get the EIP-712 typed data
- Sign the typed data with the user’s wallet using EIP-712 signature standard
- Submit the signature to the POST
/api/v1/ownersendpoint
GET
Get typed data for adding a Safe Owner
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The address to add as a new Safe owner.
Pattern:
^0x[a-fA-F0-9]{40}$Response
Successfully retrieved EIP-712 typed data for signing.