Status

Gets the current node status.

get
Authorizations
Responses
200Success
application/json
get
GET /v2/status HTTP/1.1
Host: algo.nownodes.io
X-Algo-API-Token: YOUR_API_KEY
Accept: */*
{
  "catchpoint": "text",
  "catchpoint-acquired-blocks": 1,
  "catchpoint-processed-accounts": 1,
  "catchpoint-processed-kvs": 1,
  "catchpoint-total-accounts": 1,
  "catchpoint-total-blocks": 1,
  "catchpoint-total-kvs": 1,
  "catchpoint-verified-accounts": 1,
  "catchpoint-verified-kvs": 1,
  "catchup-time": 1,
  "last-catchpoint": "text",
  "last-round": 1,
  "last-version": "text",
  "next-version": "text",
  "next-version-round": 1,
  "next-version-supported": true,
  "stopped-at-unsupported-round": true,
  "time-since-last-round": 1,
  "upgrade-delay": 1,
  "upgrade-next-protocol-vote-before": 1,
  "upgrade-no-votes": 1,
  "upgrade-node-vote": true,
  "upgrade-vote-rounds": 1,
  "upgrade-votes": 1,
  "upgrade-votes-required": 1,
  "upgrade-yes-votes": 1
}