🔨EigenPhi Builder API
EigenPhi MEV block builder API
RPC endpoint : https://builder.eigenphi.io/
eth_sendBundle
eth_sendBundle
can be used to send your bundles to the EigenPhi Builder. The eth_sendBundle
RPC has the following payload format:
Example request:
Example response:
Our eth_sendBundle
API doesn't return bundle hash as response since at the moment we don't support any statistics API.
MEV-Share
EigenPhi Builder Support MEV-Share mev_sendBundle API. For more information, please refer to Sending Bundles
Last updated