info
endpoint with type: "maxBuilderFee"
retrieves the maximum builder fee that a user has approved for a specific builder on the Hyperliquid network. This endpoint is essential for understanding fee arrangements between users and builders in the MEV (Maximum Extractable Value) ecosystem.
type
(string, required) — The request type. Must be "maxBuilderFee"
to retrieve the maximum builder fee.user
(string, required) — User address in 42-character hexadecimal format (e.g., 0x47fc45cebfc47cef07a09a98405b6ebaef00ef75
).builder
(string, required) — Builder address in 42-character hexadecimal format (e.g., 0x1922810825c90f4270048b96da7b1803cd8609ef
).1
means 0.001% (1/10 of a basis point)10
means 0.01% (1 basis point)100
means 0.1% (10 basis points)info
endpoint with type: "maxBuilderFee"
is essential for applications that need to:
Maximum builder fee approved by the user for the specified builder
Maximum fee approved in tenths of a basis point (e.g., 1 means 0.001%)
1