Skip to main content
POST
Network MEV Timing

Authorizations

Authorization
string
header
required

Authorization header with value: Bearer YOUR_TOKEN. Refer to the API Keys section to create your API key.

Body

application/json
chain
enum<string>
default:mainnet

The Ethereum chain to query.

Available options:
mainnet,
hoodi
range
Unix Timestamp · object

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.

min_slots_per_day
integer
default:100

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.

Required range: x >= 0
cursor
string
default:""

Cursor value for pagination. See our pagination guide for more details.

page_size
integer
default:10

The number of items to return per page.

Required range: 1 <= x <= 10

Response

Successful response.

Paginated response containing per-day network-wide MEV timing statistics.

data
object[]
required
range
object
required

The range of data covered by the results, specified in slots, epochs, and Unix timestamps.

paging
object