maxBuilderFee | Hyperliquid Info API
Info API
maxBuilderFee | Hyperliquid Info API
Hyperliquid maxBuilderFee: fetch the maximum builder fee a user has approved for a given builder.
POST
maxBuilderFee | Hyperliquid Info API
Credit Cost
1 per call
Processing
Realtime
type: "maxBuilderFee" is used to fetch the maximum builder fee a user has approved for a given builder.
- Wire-equal to
POST api.hyperliquid.xyz/infowith{"type": "maxBuilderFee", "user": "...", "builder": "..."}. - The response is a bare integer in tenths of a basis point (e.g.
10= 1 basis point = 0.01%). - Returns
0when the user has not approved any builder fee for that builder.
0 means no approval is in place for that builder.
User-keyed (and scoped to a single builder).
Endpoint
Request
string
required
Always
"maxBuilderFee".string
required
The wallet address (lowercase 0x-prefixed hex).
string
required
The builder address the approval is scoped to (lowercase 0x-prefixed hex).
Example
Response
The body is a bare integer - the approved ceiling in tenths of a basis point.Field descriptions
int
Maximum approved builder fee, in tenths of a basis point (e.g.
10 = 1 bp = 0.01%). 0 when no builder fee is approved for this builder.