Skip to main content
POST
👀 Explorer State

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

Response

Successful response.

Response containing the current state of the chain.

data
object
required

The explorer's current view of the Ethereum chain, including network health, finality status, and chain progression.

This is the explorer's processed view, which may lag slightly behind the actual chain head. See data_freshness to determine how up-to-date this information is relative to the real chain state.