MEVBlockValue feed provides information of the block at next slot number, allowing block builders to know the latest best block received by a MEV relay.
Options
Endpoint
Currently one endpoint in US-Virginia is providing the feed. Please use websocket endpoint wss://mev.api.blxrbdn.com/ws.
Block value (proposer payout amount) in wei of the latest best block.
proposerFeeRecipient
Proposer fee recipient address.
gasUsed
Block gas used value.
builderPubkey
Public key of the builder that produced the block.
parentHash
Block hash of the parent block.
timestampMs
Block submission timestamp in milliseconds.
relayType
The type of relay that received best block from builders. Possible values are: max-profit, regulated . Please see MEV Relay for more information about relay types.
logsBloom
A cryptographic data structure that can be used to quickly test whether a specific log entry might be present in a block, without needing to scan all the logs in the block.