Skip to main content

Celestia

This page presents the available tables for Celestia.

Raw Tables

This table provides a comprehensive overview of every action and occurrence within the Cosmos blockchain ecosystem. It includes detailed information about each block's transactions, enabling the analysis of the blockchain's behavior and evolution over time.

Column NameTypeDescription
block_heightINTEGERUnique identifier of a block in the blockchain, incremented with each new block
block_timestampTIMESTAMPTimestamp when a block was added to the blockchain, in UTC time
event_indexINTEGERSequential order of events within a block, used for data correlation and linkage
event_typeSTRINGType of event being reported, defining the nature of the blockchain occurrence
event_attributesJSONCollection of relevant data associated with a particular event, including key-value pairs
sourceSTRINGIdentifier of the blockchain network or application origin of the event data
ingestion_timestampTIMESTAMPTimestamp when the event data was imported into the dataset, in UTC time
schema_versionINTEGERCurrent or previous schema version of the data, documented for version control

Parsed Tables

This table provides a snapshot of user balances across different networks within the Cosmos ecosystem. It includes both stable and unstaked coin balances, separate and in USDC, as well as unclaimed and claimed rewards.

Column NameTypeDescription
block_heightINTEGERSequential number assigned to each block within a blockchain
block_timestampTIMESTAMPTimestamp representing when a block was successfully mined or confirmed
addressSTRINGUnique identifier for an on-chain wallet or onion address
liquid_balanceFLOATAvailable balance of a user's native cryptocurrency
staking_balanceFLOATLocked balance of a user's native cryptocurrency for staking
unclaimed_rewardsFLOATAccrued but unclaimed rewards from staking activities
claimed_rewardsFLOATRewards already claimed by a user from staking activities
liquid_balance_usdcFLOATAvailable balance of USD stablecoin USDC
staking_balance_usdcFLOATLocked balance of USD stablecoin USDC for staking
unclaimed_rewards_usdcFLOATAccrued but unclaimed rewards of USD stablecoin USDC
claimed_rewards_usdcFLOATRewards already claimed of USD stablecoin USDC