RSS3 Documentation

Retrieve epoch by id

Retrieve epoch details by its ID.

GET
/nta/epochs/{epoch_id}
/nta/epochs/{epoch_id}

Path Parameters

epoch_id
Required
string

The ID of the epoch to retrieve.

curl -X GET "https://gi.rss3.io/nta/epochs/string"

A successful response containing detailed information about the specified epoch.

{
  "epoch_id": "1",
  "start_time": "2024-01-01T00:00:00Z",
  "end_time": "2024-01-07T00:00:00Z",
  "total_staked": "1000000",
  "rewards": "5000"
}