Skip to main content

hl_sendRevocation JSON-RPC Method

Loading...

Updated on
Feb 26, 2026

hl_sendRevocation JSON-RPC Method

Parameters

signature
object
REQUIRED
Loading...
r
string
Loading...
s
string
Loading...
v
integer
Loading...
nonce
integer
REQUIRED
Loading...
maxFeeRate
string
REQUIRED
Loading...

Returns

result
object
Loading...
revoked
boolean
Loading...
builder
string
Loading...
user
string
Loading...
message
string
Loading...
exchangeResponse
object
Loading...
Request
1
curl https://docs-demo.hype-mainnet.quiknode.pro/evm \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{
5
"jsonrpc": "2.0",
6
"method": "hl_sendRevocation",
7
"params": {
8
"signature": {
9
"r": "0x...",
10
"s": "0x...",
11
"v": 27
12
},
13
"nonce": 0,
14
"maxFeeRate": "0%"
15
},
16
"id": 1
17
}'
18
1
curl https://docs-demo.hype-mainnet.quiknode.pro/evm \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{
5
"jsonrpc": "2.0",
6
"method": "hl_sendRevocation",
7
"params": {
8
"signature": {
9
"r": "0x...",
10
"s": "0x...",
11
"v": 27
12
},
13
"nonce": 0,
14
"maxFeeRate": "0%"
15
},
16
"id": 1
17
}'
18
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free