Network MEV Timing
Returns network-wide MEV timing-game statistics as a per-day series. Each day carries the slot counts, a timing breakdown, the median slot offset, and the full histogram.
Results can be filtered by a time range (bucketed to whole UTC days) and are paginated. Use min_slots_per_day to exclude sparsely-covered days.
Note: MEV relay and timing data is only available on mainnet at this time.
History: Relay bid collection began on 2024-06-03 (UTC). The series contains no days before that date; a time range that falls entirely before it returns an empty result.
Data freshness: the most recent ~3 days of daily aggregates are reprocessed and may still change.
Authorizations
Body
The Ethereum chain to query.
mainnet, hoodi Specify a time range using either Unix timestamps or epoch numbers. If left null, the API will query the entire available history of the selected validators.
- Unix Timestamp
- Epoch
- Slot
Minimum number of slots with relay data a day must have to be included in the results. Filters out sparsely-covered days. Defaults to 100.
x >= 0Cursor value for pagination. See our pagination guide for more details.
The number of items to return per page.
1 <= x <= 10
