GET
/
epochs
/
{epoch_no}
Specific epoch details
curl --request GET \
  --url https://mainnet.gomaestro-api.org/v1/epochs/{epoch_no} \
  --header 'api-key: <api-key>'
{
  "data": {
    "epoch_no": 448,
    "fees": "102017010232",
    "tx_count": 293800,
    "blk_count": 21133,
    "start_time": 1699739174,
    "end_time": 1700171024,
    "active_stake": "22973647279096705",
    "total_rewards": "10027944051413",
    "average_reward": "474515878"
  },
  "last_updated": {
    "timestamp": "2023-11-23 13:42:12",
    "block_hash": "89e2f22f2441e7545bfd7b6f01a23be3b804c7cad4eea7dd2c989a679fa0138a",
    "block_slot": 109180641
  }
}

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

epoch_no
integer
required

Epoch number to return information about

Response

200
application/json

Information about the requested epoch

Timestamped response. Returns the endpoint response data along with the chain-tip of the indexer, which details at which point in the chain's history the data was correct as-of.