Skip to main content

PostERC3643FreezeUnfreezeAddress

addressstringrequired

Address of the wallet to be frozen

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

PostERC3643FreezeUnfreezeAddress
{
"address": "string",
"nonce": "string",
"signature": "string"
}