Identifier of the tenant.
Identifier of the wallet tenant.
Model containing the owner wallet tenant identifier and updated threshold.
Represents a request model for adding an owner to a multisignature wallet.
Identifier of the target multisignature wallet tenant.
2048
Identifier of the wallet tenant that will be added as an owner.
3001
New signature threshold to set after owner addition.
3
Name of the multisignature wallet.
"My MultiSig Wallet"
Provider of the multisignature wallet (e.g., Safe, Gnosis).
GnosisSafe "Safe"
Name of the blockchain network.
"Polygon"
Array of tenant wallets that can be selected as new owners.
[
{
"walletTenantId": 3001,
"walletAddress": "0x1234...",
"walletName": "New Owner Wallet"
}
]Current number of owners in the multisignature wallet.
2
Add owner proposal created successfully.
Wrapper for API operation results containing success status, error information, and return value.
True if the operation completed successfully, false otherwise.
true
True if the operation failed, false otherwise.
false
Error information returned when the operation fails.
{
"code": "ValidationError",
"message": "The request parameters failed validation.",
"info": [
"The Name field is required.",
"The Id field must be greater than 0."
]
}The result value returned when the operation is successful.
{ "success": true }