v1

latestOpenAPI 3.1.0GPL-3.0-or-later2026-07-1781815.7 KB
Ethereum

Get the current wall-clock slot and epoch

get/api/v1/ethereum/now

Response

The current wall-clock slot and epoch.

Example response

{
  "data": {
    "slot": 7654321,
    "epoch": 239197
  }
}
All 8 operations