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 |
---|---|
height int64 | block height |
cycle int64 | block cycle |
time int64 | block creation time |
total_accounts int64 | total number of accounts (all types, all states) |
total_contracts int64 | total number of deployed smart contracts (KT1 with code) |
total_rollups int64 | total number of deployed rollups. |
total_ops int64 | total number of operations (external and internal, but not implicit events) |
total_ops_failed int64 | total number of failed operations. |
total_contract_ops int64 | total number of calls to KT1 contracts |
total_contract_calls int64 | total number of calls to KT1 contracts sent by EOA |
total_rollup_calls int64 | total number of rollup calls. |
total_activations int64 | total number of fundraiser account activations |
total_nonce_revelations int64 | total number of seed nonce revelations |
total_endorsements int64 | total number of endorsement operations |
total_preendorsements int64 | total number of preendorsement operations |
total_double_bakings int64 | total number of double-baking denunciations |
total_double_endorsements int64 | total number of double-(pre)endorsing denunciations |
total_delegations int64 | total number of delegations (including delegation withdrawals) |
total_reveals int64 | total number of pubkey revelations |
total_originations int64 | total number of contract originations (contains pre-Babylon delegation contracts) |
total_transactions int64 | total number of transactions (contains internal transactions) |
total_proposals int64 | total number of voting proposals operations |
total_ballots int64 | total number of voting ballots |
total_constants int64 | total number of registered global constants |
total_set_limits int64 | total number of deposit limit operations |
total_storage_bytes int64 | total number of allocated storage in bytes |
total_ticket_transfers int64 | total number of ticket updates |
funded_accounts int64 | current number of funded accounts (non-zero balance) |
dust_accounts int64 | current number of dust accounts (0 < balance < 1 tez) |
ghost_accounts int64 | current number of unfunded token owner accounts |
unclaimed_accounts int64 | current number of unclaimed fundraiser accounts |
total_delegators int64 | current number on non-zero balance delegators |
dust_delegators int64 | current number of dust delegators |
active_delegators int64 | current number of non-zero balance delegators delegating to active bakers |
inactive_delegators int64 | current number of non-zero balance delegators delegating to inactive bakers |
total_bakers int64 | current number of registered bakers (active and inactive) |
eligible_bakers int64 | current number of bakers with minimum stake |
active_bakers int64 | current number of active bakers |
inactive_bakers int64 | current number of inactive bakers |
zero_bakers int64 | current number of active bakers with zero staking balance |
self_bakers int64 | current number of active bakers with no incoming delegation |
single_bakerss int64 | current number of active bakers with 1 incoming delegation |
multi_bakers int64 | current number of active bakers with >1 incoming delegations (bakers services) |
total_stakers int64 | current number of stakers |
active_stakers int64 | current number of stakers with active bakers |
inactive_stakers int64 | current number of stakers with inactive bakers |
count int | 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"