MEVNextProposerInfo
Only available on Cloud-API
Name: MEVNextProposerInfo
MEVNextProposerInfo
feed provides details of next Ethereum block proposer, allowing searchers to know if the proposer is registered with a MEV relay service.
Options
Key
Description
Values
include
Fields to include in the MEV proposer info stream.
slot_number, index, public_key, mev_boost
[Default: all]
Endpoint
Currently one endpoint in US-Virginia is providing the feed. Please use websocket endpoint wss://mev.api.blxrbdn.com/ws
.
Examples
Request
Response
Result Field
Description
slotNumber
Next slot number
index
Index of the next proposer
publicKey
Public key of the next proposer
MEVBoost
Boolean flag indicating if the proposer is registered with at least one MEV relay service.
Last updated