---
title: "Get the current wall-clock slot and epoch"
method: GET
path: "/api/v1/ethereum/now"
tags: ["Ethereum"]
---

# Get the current wall-clock slot and epoch

`GET /api/v1/ethereum/now`

## Response `200`

The current wall-clock slot and epoch.

- object
  - `data` EthereumNow, required
    - `slot` integer, required — A beacon-chain slot number.
    - `epoch` integer, required — A beacon-chain epoch number.

## 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)
