Current

Get current statistics

get

Returns statistics at the end of a head block.

Query parameters
selectone of | nullableOptional

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

quoteone ofOptional

Comma-separated list of ticker symbols to inject historical prices into response

Default: None
string · enumOptionalPossible values:
Responses
200Success
application/json
get
GET /v1/statistics/current HTTP/1.1
Host: xtz-index.nownodes.io
Accept: */*
200Success
{
  "cycle": 1,
  "date": "2025-07-14T04:26:39.943Z",
  "level": 1,
  "timestamp": "2025-07-14T04:26:39.943Z",
  "totalSupply": 1,
  "circulatingSupply": 1,
  "totalBootstrapped": 1,
  "totalCommitments": 1,
  "totalActivated": 1,
  "totalCreated": 1,
  "totalBurned": 1,
  "totalBanished": 1,
  "totalFrozen": 1,
  "totalRollupBonds": 1,
  "totalSmartRollupBonds": 1,
  "totalLost": 1,
  "quote": {
    "btc": 1,
    "eur": 1,
    "usd": 1,
    "cny": 1,
    "jpy": 1,
    "krw": 1,
    "eth": 1,
    "gbp": 1
  },
  "totalVested": 1
}