Skip to content
Alchemy Logo

Maximum builder fee

This API is in private preview. Target October 2026; timing is subject to change.

Returns the maximum builder fee a user approved for one builder.

Available now. This read is served at the interim endpoint today.

POST /{apiKey}/info

ParameterTypeRequiredDescription
typestringYesSelects maxBuilderFee.
userstringYesMaster or sub-account address.
builderstringYesBuilder address.
{
  "type": "maxBuilderFee",
  "user": "0x0000000000000000000000000000000000000000",
  "builder": "0x0000000000000000000000000000000000000000"
}

FieldTypeDescription
ResponseintegerMaximum builder fee in thousandths of a percent; 1 means 0.001%.

1
Was this page helpful?