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:
/api/v1/owners
endpointBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The address to add as a new Safe owner.
Successfully retrieved EIP-712 typed data for signing.
The response is of type object
.