Skip to main content
Version: 0.9.1

Chain Table

GET /tables/chain?args

List running totals of network-wide statistics. This table is updated at each block.

FieldDescription
row_id uint64Unique row identifier.
height int64Block height the current row refers to.
cycle int64Cycle the current row refers to.
time datetimeBlock time in UNIX milliseconds the current row refers to.
total_accounts int64Total count of existing funded & non-funded accounts.
total_contracts int64Total count of deployed smart contracts.
total_rollups int64Total count of deployed rollups.
total_ops int64Total count of on-chain operations.
total_ops_failed int6Total count of failed on-chain ops.
total_contract_ops int64Total count of smart contract calls (sent to or originated from contracts).
total_contract_calls int64Total number of on-chain calls to KT1 contracts sent by EOAs.
total_rollup_calls int64Total number of rollup calls.
total_activations int64Total count of activate_account operations.
total_nonce_revelations int64Total count of nonce_revelation operations.
total_endorsements int64Total count of endorsement operations.
total_preendorsements int64Total count of preendorsement operations.
total_double_bakings int64Total count of double_baking_evidence operations.
total_double_endorsements int64Total count of double_endorsement_evidence operations.
total_delegations int64Total count of delegation operations.
total_reveals int64Total count of reveal operations.
total_originations int64Total count of origination operations.
total_transactions int64Total count of transaction operations.
total_proposals int64Total count of proposals operations.
total_ballots int64Total count of ballot operations.
total_constants int64Total count of register_global_constant operations.
total_set_limits int64Total count of set_deposits_limit operations.
total_storage_bytes int64Total count of storage bytes allocated.
total_ticket_transfers int64Total count of transfer_ticket operations.
funded_accounts int64Current number of funded accounts.
dust_accounts int64Current number of dust accounts (0 < balance < 1tez).
ghost_accounts int64Current number of unfunded token holder accounts.
unclaimed_accounts int64Current number of unclaimed fundraiser accounts.
total_delegators int64Current number of non-zero delegators.
active_delegators int64Current number of non-zero delegators who delegate to an active delegate.
inactive_delegators int64Total count of non-zero delegators who delegate to an inactive delegate.
dust_delegators int64Total count of dust delegators.
total_bakers int64Current number of registered bakers (active and inactive).
eligible_bakers int64Current number of bakers above minimal stake.
active_bakers int64Current number of active bakers.
inactive_bakers int64Current number of Current number of inactive bakers (note: inactive bakers can still have future rights, but won't get any new rights).
zero_bakers int64Current number of active bakers with zero staking balance.
self_bakers int64Current number of active bakers who self-bake only and have no incoming delegations.
single_bakers int64Current number of active bakers who potentially self-bake and have only a single incoming delegation.
multi_bakers int64Current number of bakers (potentially staking services) who have more than 1 incoming delegation.
total_stakers int64Total number of all current stakers.
active_stakers int64Current number of stakers with active bakers.
inactive_stakers int64Current number of stakers with inactive bakers.