PostRecoveryAddress
oldAccountstringrequired
Address of the wallet to be recovered
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$
newAccountstringrequired
Address of the new wallet
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$
identitystringrequired
Address of the identity contract from which the old wallet will be removed and the new one added
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$
noncestringrequired
Unique number per request to prevent replay attacks
signaturestringrequired
EIP712 signature of the request
PostRecoveryAddress
{
"oldAccount": "string",
"newAccount": "string",
"identity": "string",
"nonce": "string",
"signature": "string"
}