---
title: "Get the Ethereum network name and spec"
method: GET
path: "/api/v1/ethereum/spec"
tags: ["Ethereum"]
---

# Get the Ethereum network name and spec

`GET /api/v1/ethereum/spec`

## Response `200`

The configured network name and spec.

- object
  - `data` EthereumSpecResult, required
    - `network_name` string, required
    - `spec` EthereumSpec, required
      - `seconds_per_slot` integer, required
      - `slots_per_epoch` integer, required
      - `genesis_time` string, date-time, required

## Other responses

- `400` — The request was malformed.
- `default` — An unexpected error occurred.

---

[API](https://skmtc.dev/ethpandaops/apis/forky-api.md) · [All operations](https://skmtc.dev/ethpandaops/apis/forky-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ethpandaops/forky-api/revisions/9f25c3cc9800/schema)
