Statistics

Get current statistics

Returns statistics at the end of a head block.

get/v1/statistics/current

Query parameters

fieldsstring[] nullable

Fields selection mode (optional, i.e. select.fields=balance is the same as select=balance).
Specify a comma-separated list of fields to include into response.

Example: ?select=address,balance => [ { "address": "asd", "balance": 10 } ].

valuesstring[] nullable

Values selection mode.
Specify a comma-separated list of fields to include their values into response.

Example: ?select.values=address,balance => [ [ "asd", 10 ] ].

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

quote'None' | 'Btc' | 'Eur' | 'Usd' | 'Cny' | 'Jpy' | 'Krw' | 'Eth' | 'Gbp'

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

Response

cycleinteger nullable

Cycle at the end of which the statistics has been calculated. This field is only present in cyclic statistics.

datestring date-time nullable

Day at the end of which the statistics has been calculated. This field is only present in daily statistics.

levelinteger

Level of the block at which the statistics has been calculated

timestampstring date-time

Timestamp of the block at which the statistics has been calculated (ISO 8601, e.g. 2020-02-20T02:40:57Z)

totalSupplyinteger

Total supply - all existing tokens (including locked vested funds and frozen funds) plus not yet activated fundraiser tokens

circulatingSupplyinteger

Circulating supply - all active tokens which can affect supply and demand (can be spent/transferred)

totalBootstrappedinteger

Total amount of tokens initially created when starting the blockchain

totalCommitmentsinteger

Total commitment amount (tokens to be activated by fundraisers)

totalActivatedinteger

Total amount of tokens activated by fundraisers

totalCreatedinteger

Total amount of created/issued tokens

totalBurnedinteger

Total amount of burned tokens

totalBanishedinteger

Total amount of tokens sent to the null-address, which is equivalent to burning

totalFrozeninteger

Total amount of frozen tokens (frozen security deposits, frozen rewards and frozen fees)

totalRollupBondsinteger

Total amount of tokens locked as rollup bonds

totalSmartRollupBondsinteger

Total amount of tokens locked as smart rollup bonds

totalLostinteger

Total amount lost due to inaccuracy of the economic protocol introduced in Oxford. This amount is literally lost, because it is no longer available for the account in any mean, but for some reason it is counted as delegated.

totalOwnStakedinteger

Total active bakers' own staked balance

totalOwnDelegatedinteger

Total active bakers' own delegated balance

totalExternalStakedinteger

Total active bakers' external staked balance

totalExternalDelegatedinteger

Total active bakers' external delegated balance

totalBakingPowerinteger

Total active bakers' baking power

totalVotingPowerinteger

Total active bakers' voting power

totalBakersinteger

Total number of active bakers

totalStakersinteger

Total number of active bakers' stakers

totalDelegatorsinteger

Total number of active bakers' delegators

Changes