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
  }
}

Changes