Skip to main content

Build Revoke REST API Endpoint

Loading...

Updated on
Feb 27, 2026

Build Revoke REST API Endpoint

Parameters

Body Parameters

action
object
REQUIRED
Loading...
type
string
Loading...
maxFeeRate
string
Loading...

Returns

hash
string
Loading...
nonce
integer
Loading...
details
object
Loading...
builder
string
Loading...
maxFeeRate
string
Loading...
chain
string
Loading...
typedData
object
Loading...
domain
object
Loading...
name
string
Loading...
version
string
Loading...
chainId
integer
Loading...
verifyingContract
string
Loading...
types
object
Loading...
HyperliquidTransaction:ApproveBuilderFee
array
Loading...
name
string
Loading...
type
string
Loading...
primaryType
string
Loading...
message
object
Loading...
hyperliquidChain
string
Loading...
maxFeeRate
string
Loading...
builder
string
Loading...
nonce
integer
Loading...
Request
1
curl -s -X POST https://docs-demo.hype-mainnet.quiknode.pro/hypercore/exchange \
2
-H "Content-Type: application/json" \
3
-d '{
4
"action": {
5
"type": "approveBuilderFee",
6
"maxFeeRate": "0%"
7
}
8
}'
9
1
curl -s -X POST https://docs-demo.hype-mainnet.quiknode.pro/hypercore/exchange \
2
-H "Content-Type: application/json" \
3
-d '{
4
"action": {
5
"type": "approveBuilderFee",
6
"maxFeeRate": "0%"
7
}
8
}'
9
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free