Skip to main content

Overview

The MEV Timing APIs let you measure when winning relay bids arrive relative to the start of an Ethereum slot. Use them to track network trends, compare staking operators, profile your validators, or audit the bid ladder behind a single proposal.
API Endpoints: This section covers the five MEV timing endpoints:
MEV relay and timing data is currently available on mainnet only. Relay bid collection began on June 3, 2024 (UTC), so earlier periods do not have timing history.

Guides in This Section

Compare MEV Timing

Compare daily network and entity behavior, then profile a validator set over the rolling 180-day window.

Investigate a Block

Inspect the winning bid, value left on the table, and the full relay bid ladder for one proposal.

Interpret MEV Timing Data

API references: Network timing and block timing. When comparing results, use the same protocol era and report relay coverage alongside the timing outcome. The current classification thresholds describe pre-Glamsterdam slots; post-fork classifications may change as slot production changes.
Read MEV Timing Games for the slot clock, why the 1.2-second and 2.6-second thresholds matter, and how delay affects attesters.

Choosing the Right Endpoint

The entity daily series and full block bid ladder require a Scale or Enterprise plan. The validator aggregate accepts validator identifiers and dashboard selectors on free plans; address and entity selectors require Scale or Enterprise.

Quick Start: Network Timing Trend

Fetch a daily network series for June 2026. Timestamp ranges are inclusive and the endpoint buckets them into whole UTC days.
Each row contains exact category counts and a 22-bucket histogram. The illustrative response below shortens the histogram to two buckets:
For a daily row, the timing-game share among identified relay winners is:
Use slots_with_relay_winners as the denominator when analyzing timing behavior. slots_with_relay and slots_without_relay measure relay-data coverage, not timing categories, and should not be added to timing_breakdown.

Reporting Guidance

For finalized reporting, exclude the newest three daily buckets. For a recent block, retry provisional results instead of treating them as evidence that no MEV occurred. The exact freshness and readiness behavior is documented on each linked API reference. Convert wei with integer or decimal arithmetic: 1 ETH = 10^18 wei. Avoid binary floating-point for financial totals.