v1

latestOpenAPI 3.0.32026-07-173986194.3 KB

Returns the status of indexing.

get/

Response

A JSON object containing status metadata.

latest_blockinteger required

The height of the most recent indexed block. Compare with latest_node_block to measure how far behind Nexus is from the chain.

latest_node_blockinteger required

The height of the most recently produced block on-chain as seen by Nexus.

latest_block_timestring date-time required

The RFC 3339 formatted consensus time of when the most recently indexed block was produced.

latest_update_age_msinteger required

The number of milliseconds since Nexus processed the latest block.

Example response

{
  "latest_block": 8048956,
  "latest_node_block": 8049555,
  "latest_block_time": "2019-04-01T00:00:00Z",
  "latest_update_age_ms": 352
}
All 39 operations