Revoke a signer key

Revoke a previously registered signer key. Requires account EIP-712 signature:

Account signs RevokeSigner:

RevokeSigner(address account,address signer,uint48 nonceAnchor,uint8 nonceBitmap)

Struct hash: keccak256(abi.encode(TYPEHASH, account, signer, nonceAnchor, nonceBitmap))

The type string is hashed literally, so it must be copied verbatim — a single added space yields a different typehash and the signature will not recover.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string

Account address in hex format (0x...)

string

Signer address to revoke

string

Bitmap nonce anchor (uint48) from GetNonceState

int64

Bitmap index within the nonce anchor epoch (0-207)

string

EIP712 signature from account (65 bytes hex)

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json