Skip to main content
POST
Network Performance

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
range
Fixed Window · object
required

Specify a date range to receive aggregated data for that period — ideal for use cases like daily income tracking for income reporting.

Arbitrary time ranges — using Unix timestamps, epochs, or slots — are supported exclusively for Scale and Enterprise plans.

Arbitrary ranges are served at whole-UTC-day granularity: a range that covers only part of a UTC day is expanded outward so every UTC day it touches is returned in full. The response range reports the range actually covered by the returned data — it can be wider than requested (outward day expansion) or narrower (leading or trailing days with no data for the selected validators are not included).

chain
enum<string>
default:mainnet

The Ethereum chain to query.

Available options:
mainnet,
hoodi

Response

Successful response.

Response containing performance summary information of the entire network.

data
object
required
range
object
required

The time span actually covered by the returned results — from the first to the last matching data point — specified in slots, epochs, and Unix timestamps.

This reflects the data that was found, not the range that was queried. When no data is found, it falls back to the requested range, or to the full available history if no range was given.

For arbitrary (custom) time-range queries the queried range is expanded outward to whole UTC days, so the covered range may be wider than requested. As stated above, the reported range still reflects the data that was actually found — a touched UTC day with no data for the selected validators will not extend it.