Blockchain Indexer API
Epochs

Specific epoch details

1min
GET
https://mainnet.gomaestro-api.org/v1/epochs/{epoch_no}
Cardano Mainnet
Returns a summary of information about a specific epoch
Authentication
api-key
Path Parameters
epoch_no
*
Responses
200
Information about the requested epoch
Example
{"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}}
Description
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.
data
*
last_updated
*
404
No results found
500
Internal server error