Cyclic
Returns a list of end-of-cycle statistics.
Query parameters
cycleone of | nullableOptional
Filters statistics by cycle.
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.
sortone of | nullableOptional
Sorts delegators by specified field. Supported fields: id
(default), level
, cycle
, date
.
offsetone of | nullableOptional
Specifies which or how many items should be skipped
limitinteger · int32 · max: 10000OptionalDefault:
Maximum number of items to return
100
quoteone ofOptionalDefault:
Comma-separated list of ticker symbols to inject historical prices into response
None
string · enumOptionalPossible values:
Responses
200Success
application/json
get
GET /v1/statistics/cyclic HTTP/1.1
Host: xtz-index.nownodes.io
Accept: */*
200Success
[
{
"cycle": 1,
"date": "2025-06-27T03:46:31.673Z",
"level": 1,
"timestamp": "2025-06-27T03:46:31.673Z",
"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
}
]