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 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