---
title: "Get fast confirmation (safe block) status"
method: GET
path: "/v1/network/fast_confirmation"
tags: ["network"]
---

# Get fast confirmation (safe block) status

`GET /v1/network/fast_confirmation`

Returns the network-wide safe block derived from the fast confirmation rule (fast_confirmation event stream), plus the per-client fast confirmation status. Clients that don't support the fast confirmation rule are listed with fcr_enabled=false.

## Response `200`

OK

- ApiAPIFastConfirmationResponse
  - `data` ApiAPIFastConfirmationData
    - `client_count` integer
    - `clients` ApiAPIFastConfirmationClient[]
      - `fcr_enabled` boolean
      - `index` integer
      - `last_fast_confirmation` string
      - `name` string
      - `safe_root` string
      - `safe_slot` integer
      - `status` string
    - `fcr_enabled` boolean
    - `last_fast_confirmation` string
    - `safe_epoch` integer
    - `safe_root` string
    - `safe_slot` integer
  - `status` string

## Other responses

- `500` — Internal 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/73a9fb0d9c41/schema)
