Builder Codes
Builder codes on HyperLink: charge an approved per-order fee on the orders your app routes to Hyperliquid, with fixed fee tiers and API-based claims.
Differences from Hyperliquid
HyperLink
Hyperliquid
Approve a builder fee
{
"action": {
"type": "approveBuilderFee",
"hyperliquidChain": "Mainnet",
"signatureChainId": "0xa4b1",
"maxFeeRate": "0.01%",
"builder": "0x8c67a1b3d5e9f2407b6a0c4d8e1f5a3b7c9d0e2f",
"nonce": 1712140800000
},
"nonce": 1712140800000,
"signature": { "r": "0x...", "s": "0x...", "v": 27 }
}Attach the fee to orders
Query approvals
Track accrued fees
Claim builder fees
Errors
Next steps
Last updated