GET
/
chain-tip
Chain-tip
curl --request GET \
  --url https://mainnet.gomaestro-api.org/v1/chain-tip \
  --header 'api-key: <api-key>'
{
  "data": {
    "block_hash": "4c0916eea22254efc2a35f72b4fa8ec5caaf3cd0b193a4df8efb4c0f5ff2be4a",
    "slot": 32284578,
    "height": 1102039
  },
  "last_updated": {
    "timestamp": "2022-10-10 20:25:28",
    "block_hash": "4c0916eea22254efc2a35f72b4fa8ec5caaf3cd0b193a4df8efb4c0f5ff2be4a",
    "block_slot": 32284578
  }
}

Authorizations

api-key
string
header
required

Project API Key

Response

200
application/json

Get details of the chain-tip (lastest block)

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.