💎 MEV Timing
Returns an entity’s MEV timing-game statistics as a per-day series. Optionally scope to a sub-entity; omit sub_entity for the entity-level rows.
Results can be filtered by a time range (bucketed to whole UTC days) and are paginated. For an aggregated posture and histogram over an entity (rather than a daily series), use /api/v2/ethereum/validators/mev-timing-aggregate with its entity selector.
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.
Premium Endpoint: This endpoint requires a Scale or Enterprise plan.
Authorizations
Body
The name of the entity to retrieve MEV timing statistics for (e.g. "Lido", "Coinbase"). Matching is case-sensitive; use the exact name as returned by the entities overview endpoint.
The Ethereum chain to query.
mainnet, hoodi Optional sub-entity to scope the statistics. Omit or pass an empty string to get the entity-level aggregate. Matching is case-sensitive; use the exact name as returned by the sub-entities overview endpoint.
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
Cursor value for pagination. See our pagination guide for more details.
The number of items to return per page.
1 <= x <= 10
