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
mevBundleBuilders
List of builders that accept MEV bundles. builderPublicKey
entry in this field can be empty is builder's public key is unknown.
privateTxBuilders
List of builders that accept private transactions. builderPublicKey
entry in this field can be empty is builder's public key is unknown.
Last updated