List of External Builders
bloXroute works with more than twenty external builders to submit private transactions and bundles. Searchers can send requests directly to a builder that is listed as an external builder by specifying the name in the mev_builders
parameter, or send to all builders by specifying all
in the mev_builders
parameter.
REQUEST
Method: get_external_mev_builders
Returns a list of external builders that accept private transactions and MEV bundles.
Parameters: None
Examples
RESPONSE
Result Field | Description |
---|---|
| List of builders that accept MEV bundles. |
| List of builders that accept private transactions. |
Last updated