Blockchain Indexer API
Epochs

Current epoch details

1min
GET
https://mainnet.gomaestro-api.org/v1/epochs/current
Cardano Mainnet
Returns a summary of information about the current epoch
Authentication
api-key
Responses
200
Information about the current epoch
Example
{"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}}
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
*
500
Internal server error