PostERC3643BatchFreezeUnfreezeAddress
addressstring[]required
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
PostERC3643BatchFreezeUnfreezeAddress
{
"address": [
"string"
],
"nonce": "string",
"signature": "string"
}