GET
/
system-start
Blockchain system start
curl --request GET \
  --url https://mainnet.gomaestro-api.org/v1/system-start \
  --header 'api-key: <api-key>'
{
  "data": "2017-09-23 21:44:51",
  "last_updated": {
    "timestamp": "2022-10-10 20:25:28",
    "block_hash": "2e220d7adfe5b9e6444894ae237679c29d71fc4b44cc36aa9156262b4bb4c159",
    "block_slot": 96402974
  }
}

Authorizations

api-key
string
header
required

Project API Key

Response

200
application/json

Get system start time

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.