Skip to main content

Celestia

This page presents the available tables for Celestia.

Raw Tables

This table provides a comprehensive view of block events from the Cosmos ecosystem, offering insights into the blockchain's activity over time. It includes essential metadata to contextualize each event.

Column NameTypeDescription
block_heightINTEGERThe height of the block within the blockchain at the time of the event.
block_timestampTIMESTAMPThe timestamp when the block was committed to the blockchain.
event_indexINTEGERThe index of the event within the block.
event_typeSTRINGThe type of event that occurred.
event_attributesJSONAdditional attributes related to the event.
sourceSTRINGThe source of the block event data.
ingestion_timestampTIMESTAMPThe timestamp when the event data was ingested into the system.
schema_versionINTEGERThe version of the schema used to capture the event data.

Parsed Tables

This table provides a comprehensive overview of the accounting balances for accounts in the Cosmos ecosystem. It includes both native and USDC-denominated balances.

Column NameTypeDescription
block_heightINTEGERThe height of the block at which the account's balances were last updated.
block_timestampTIMESTAMPThe timestamp of the block at which the account's balances were last updated.
addressSTRINGThe public address of the account for which the balances are being tracked.
liquid_balanceFLOATThe liquid balance of the account, which represents the funds available for spending.
staking_balanceFLOATThe staking balance of the account, which represents the funds committed to staking validators.
unclaimed_rewardsFLOATThe unclaimed rewards of the account, which represents the rewards earned but not yet claimed.
claimed_rewardsFLOATThe claimed rewards of the account, which represents the rewards earned and already claimed.
liquid_balance_usdcFLOATThe liquid balance of the account in USDC, which represents the funds available for spending in USDC.
staking_balance_usdcFLOATThe staking balance of the account in USDC, which represents the funds committed to staking validators in USDC.
unclaimed_rewards_usdcFLOATThe unclaimed rewards of the account in USDC, which represents the rewards earned but not yet claimed in USDC.
claimed_rewards_usdcFLOATThe claimed rewards of the account in USDC, which represents the rewards earned and already claimed in USDC.