Celestia
This page presents the available tables for Celestia.
Raw Tables
This table provides information about the events occurring on the blockchain within the Cosmos ecosystem, offering insights into the block height, timestamp, and event occurrences. The data is sourced from the blockchain to provide a comprehensive view of the network's activity.
Column Name | Type | Description |
---|---|---|
block_height | INTEGER | The height of the block within the blockchain, representing the number of blocks mined up to this point. |
block_timestamp | TIMESTAMP | The timestamp when the block was mined, indicating the time at which the events occurred. |
event_index | INTEGER | The index of the event within the block, identifying its position in the list of events. |
event_type | STRING | The type of event that occurred, categorizing the type of action or transaction. |
event_attributes | JSON | Additional attributes associated with the event, providing more detailed information about the occurrence. |
source | STRING | The source of the data, indicating the blockchain or network from which the information was obtained. |
ingestion_timestamp | TIMESTAMP | The timestamp when the data was ingested into the system, indicating the time at which the data was received. |
schema_version | INTEGER | The version of the schema used to describe the structure of the data, ensuring consistency and compatibility. |
Parsed Tables
This table contains the current state of each account's balance in the Cosmos ecosystem. It provides a snapshot of the liquid, staking, and reward balances for each address across various blockchains.
Column Name | Type | Description |
---|---|---|
block_height | INTEGER | The height of the block at which the balance data was recorded. |
block_timestamp | TIMESTAMP | The timestamp of the block at which the balance data was recorded. |
address | STRING | The unique address associated with the account's balance. |
liquid_balance | FLOAT | The available balance in the account's native cryptocurrency. |
staking_balance | FLOAT | The balance staked in the account's native cryptocurrency. |
unclaimed_rewards | FLOAT | The unclaimed rewards in the account's native cryptocurrency. |
claimed_rewards | FLOAT | The claimed rewards in the account's native cryptocurrency. |
liquid_balance_usdc | FLOAT | The available balance in USDC (USD Coin) equivalent to the native cryptocurrency. |
staking_balance_usdc | FLOAT | The balance staked in USDC (USD Coin) equivalent to the native cryptocurrency. |
unclaimed_rewards_usdc | FLOAT | The unclaimed rewards in USDC (USD Coin) equivalent to the native cryptocurrency. |
claimed_rewards_usdc | FLOAT | The claimed rewards in USDC (USD Coin) equivalent to the native cryptocurrency. |