v1

latestOpenAPI 3.0.02026-07-2471143147.5 KB
Orders

Get builder

Returns builder info and, if account is provided, the user's current approved max fee for that builder.

get/v1/builders/{slug}

Path parameters

slugstring required

Query parameters

accountstring

Optional: if provided, response includes the user's current approved max fee for this builder.

Response

A successful response.

user_max_fee_bpsinteger

User's current approved max fee for this builder (parts per million, denom 1e6). Meaningless (0) unless has_approval is true — 0 is itself a valid explicit approval (revoked, or approved with a zero ceiling), indistinguishable from "never approved" without checking has_approval.

has_approvalboolean

True if account was provided and has an on-record approval for this builder (even if that approval's max_fee_bps is 0). False if account was omitted or has never approved.