GET
/
epochs
/
current
Current epoch details
curl --request GET \
  --url https://mainnet.gomaestro-api.org/v1/epochs/current \
  --header 'api-key: <api-key>'
{
  "data": {
    "epoch_no": 78,
    "fees": "8689785871",
    "tx_count": 15413,
    "blk_count": 9571,
    "start_time": 1687737655
  },
  "last_updated": {
    "timestamp": "2022-10-10 20:25:28",
    "block_hash": "bb35643eb0da04a3965b15db86edfaa8b4b9eba0f2dad77edf8e0250f41f2de1",
    "block_slot": 32284313
  }
}

Authorizations

api-key
string
header
required

Project API Key

Response

200
application/json

Information about the current 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.