v1

latestOpenAPI 3.1.0MIT License2026-07-17107133186.6 KB
node

Status

Get status of the running core

get/node/status

Response

successful operation

blockchainHeightinteger required
stateHeightinteger required
updatedTimestampinteger required
updatedDatestring required

Example response

{
  "blockchainHeight": 1610000,
  "stateHeight": 1610000,
  "updatedTimestamp": 1460678400000
}