Skip to main content
Version: 0.9.1

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.

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