Chain Series
GET /series/chain?args
Lists running totals and counters at each block. Collapse selects data from the first block in a time window.
- Schema
- Example
| Field | Description | 
|---|---|
| heightint64 | block height | 
| cycleint64 | block cycle | 
| timeint64 | block creation time | 
| total_accountsint64 | total number of accounts (all types, all states) | 
| total_contractsint64 | total number of deployed smart contracts (KT1 with code) | 
| total_rollupsint64 | total number of deployed rollups. | 
| total_opsint64 | total number of operations (external and internal, but not implicit events) | 
| total_ops_failedint64 | total number of failed operations. | 
| total_contract_opsint64 | total number of calls to KT1 contracts | 
| total_contract_callsint64 | total number of calls to KT1 contracts sent by EOA | 
| total_rollup_callsint64 | total number of rollup calls. | 
| total_activationsint64 | total number of fundraiser account activations | 
| total_nonce_revelationsint64 | total number of seed nonce revelations | 
| total_endorsementsint64 | total number of endorsement operations | 
| total_preendorsementsint64 | total number of preendorsement operations | 
| total_double_bakingsint64 | total number of double-baking denunciations | 
| total_double_endorsementsint64 | total number of double-(pre)endorsing denunciations | 
| total_delegationsint64 | total number of delegations (including delegation withdrawals) | 
| total_revealsint64 | total number of pubkey revelations | 
| total_originationsint64 | total number of contract originations (contains pre-Babylon delegation contracts) | 
| total_transactionsint64 | total number of transactions (contains internal transactions) | 
| total_proposalsint64 | total number of voting proposals operations | 
| total_ballotsint64 | total number of voting ballots | 
| total_constantsint64 | total number of registered global constants | 
| total_set_limitsint64 | total number of deposit limit operations | 
| total_storage_bytesint64 | total number of allocated storage in bytes | 
| total_ticket_transfersint64 | total number of ticket updates | 
| funded_accountsint64 | current number of funded accounts (non-zero balance) | 
| dust_accountsint64 | current number of dust accounts (0 < balance < 1 tez) | 
| ghost_accountsint64 | current number of unfunded token owner accounts | 
| unclaimed_accountsint64 | current number of unclaimed fundraiser accounts | 
| total_delegatorsint64 | current number on non-zero balance delegators | 
| dust_delegatorsint64 | current number of dust delegators | 
| active_delegatorsint64 | current number of non-zero balance delegators delegating to active bakers | 
| inactive_delegatorsint64 | current number of non-zero balance delegators delegating to inactive bakers | 
| total_bakersint64 | current number of registered bakers (active and inactive) | 
| eligible_bakersint64 | current number of bakers with minimum stake | 
| active_bakersint64 | current number of active bakers | 
| inactive_bakersint64 | current number of inactive bakers | 
| zero_bakersint64 | current number of active bakers with zero staking balance | 
| self_bakersint64 | current number of active bakers with no incoming delegation | 
| single_bakerssint64 | current number of active bakers with 1 incoming delegation | 
| multi_bakersint64 | current number of active bakers with >1 incoming delegations (bakers services) | 
| total_stakersint64 | current number of stakers | 
| active_stakersint64 | current number of stakers with active bakers | 
| inactive_stakersint64 | current number of stakers with inactive bakers | 
| countint | Number of aggregated rows. This series does a selection, so count is always equal to 1. | 
curl "https://api.tzpro.io/series/chain?start_date=today&collapse=1d"