MEVBlockValue
Only available on Cloud-API
Name: MEVBlockValue
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
include
Fields to include in the MEV block value stream.
slot_number,block_number,block_hash,block_value,proposer_fee_recipient,gas_used,builder_pubkey,parent_hash,timestamp_ms,relay_type,logs_bloom
[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
slotNumber
Slot number of the latest best block.
blockNumber
Block number of the latest best block.
blockHash
Block hash of the latest best block.
blockValue
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.
Last updated