---
title: "Get network overview"
method: GET
path: "/v1/network/overview"
tags: ["network"]
---

# Get network overview

`GET /v1/network/overview`

Returns comprehensive network state information including network info, current state, checkpoints, validator stats, queue stats, fork information and a health snapshot with finality status, validator counts and provenance-aware participation data

## Response `200`

OK

- ApiAPINetworkOverviewResponse
  - `data` ApiAPINetworkOverviewData
    - `active_validator_count` integer
    - `checkpoints` ApiAPICheckpoints
      - `finalized_epoch` integer
      - `finalized_root` string
      - `justified_epoch` integer
      - `justified_root` string
    - `current_epoch` integer
    - `current_slot` integer
    - `current_state` ApiAPICurrentState
      - `current_epoch` integer
      - `current_epoch_progress` number
      - `current_slot` integer
      - `epoch_duration_ms` integer
      - `slot_duration_ms` integer
      - `slots_per_epoch` integer
    - `data_quality_warnings` string[]
    - `epochs_since_finality` integer
    - `exited_validator_count` integer
    - `finalized_epoch` integer
    - `finalizing` boolean
    - `forks` ApiAPINetworkForkInfo[]
      - `active` boolean
      - `epoch` integer
      - `fork_digest` string
      - `max_blobs_per_block` integer — only for BPO forks
      - `name` string
      - `scheduled` boolean
      - `time` integer
      - `type` string — "consensus" or "bpo"
      - `version` string — nil for BPO forks
    - `is_synced` boolean
    - `metadata` ApiAPINetworkOverviewMetadata
      - `slots_per_epoch` integer
    - `network_info` ApiAPINetworkInfo
      - `config_name` string
      - `consolidation_contract` string
      - `deposit_contract` string
      - `genesis_root` string
      - `genesis_time` integer
      - `genesis_validators_root` string
      - `network_name` string
      - `withdrawal_contract` string
    - `participation` ApiAPINetworkParticipation
      - `complete` boolean
      - `expected_slots` integer
      - `indexed_slots` integer
      - `rate` number
      - `source` string
      - `warning` string
    - `pending_validator_count` integer
    - `queue_stats` ApiAPIQueueStats
      - `deposit_estimated_time` integer
      - `entering_ether_amount` integer
      - `entering_validator_count` integer
      - `ether_churn_per_day` integer
      - `exit_estimated_time` integer
      - `exiting_validator_count` integer
    - `raw_aggregates` ApiAPINetworkRawAggregates
      - `attestations_indexed` integer
      - `complete` boolean
      - `expected_slots` integer
      - `globalparticipationrate` number
      - `indexed_slots` integer
      - `source` string
      - `vote_participation` number
    - `total_validator_count` integer
    - `validator_stats` ApiAPIValidatorStats
      - `active_validator_count` integer
      - `average_balance` integer
      - `total_active_balance` integer
      - `total_balance` integer
      - `total_eligible_ether` integer
  - `status` string

## Other responses

- `500` — Server Error

---

[API](https://skmtc.net/ethpandaops/apis/dora-explorer-api.md) · [All operations](https://skmtc.net/ethpandaops/apis/dora-explorer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ethpandaops/dora-explorer-api/revisions/853e3eedab0f/schema)
