Blockchain Indexer API
General

Chain-tip

1min
GET
https://mainnet.gomaestro-api.org/v1/chain-tip
Cardano Mainnet
Returns the identifier of the most recently processed block on the network
Authentication
api-key
Responses
200
Get details of the chain-tip (lastest block)
Example
{"data":{"block_hash":"4c0916eea22254efc2a35f72b4fa8ec5caaf3cd0b193a4df8efb4c0f5ff2be4a","slot":32284578,"height":1102039},"last_updated":{"timestamp":"2022-10-10 20:25:28","block_hash":"4c0916eea22254efc2a35f72b4fa8ec5caaf3cd0b193a4df8efb4c0f5ff2be4a","block_slot":32284578}}
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