Skip to main content

Celestia

This page presents the available tables for Celestia.

Raw Tables

Column NameTypeDescription
block_heightINTEGER
block_timestampTIMESTAMP
event_indexINTEGER
event_typeSTRING
event_attributesJSON
sourceSTRING
ingestion_timestampTIMESTAMP
schema_versionINTEGER

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.