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
Key | Description | Values |
---|---|---|
| Fields to include in the MEV block value stream. |
[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 |
---|---|
| Slot number of the latest best block. |
| Block number of the latest best block. |
| Block hash of the latest best block. |
| Block value (proposer payout amount) in wei of the latest best block. |
| Proposer fee recipient address. |
| Block gas used value. |
| Public key of the builder that produced the block. |
| Block hash of the parent block. |
| Block submission timestamp in milliseconds. |
| The type of relay that received best block from builders. Possible values are: |
| 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