Celestia
This page presents the available tables for Celestia.
Raw Tables
Column Name | Type | Description |
---|---|---|
block_height | INTEGER | |
block_timestamp | TIMESTAMP | |
event_index | INTEGER | |
event_type | STRING | |
event_attributes | JSON | |
source | STRING | |
ingestion_timestamp | TIMESTAMP | |
schema_version | INTEGER |
Parsed Tables
This table provides a snapshot of account balances in the Cosmos ecosystem, including liquid and staking balances, as well as unclaimed and claimed rewards in various denominations. It offers a comprehensive view of account financials on the Cosmos blockchain.
Column Name | Type | Description |
---|---|---|
block_height | INTEGER | The height of the block in which the account balance was recorded. |
block_timestamp | TIMESTAMP | The timestamp of the block in which the account balance was recorded. |
address | STRING | The address of the account for which the balance was recorded. |
liquid_balance | FLOAT | The liquid balance of the account in the native cryptocurrency. |
staking_balance | FLOAT | The staking balance of the account in the native cryptocurrency. |
unclaimed_rewards | FLOAT | The unclaimed rewards of the account in the native cryptocurrency. |
claimed_rewards | FLOAT | The claimed rewards of the account in the native cryptocurrency. |
liquid_balance_usdc | FLOAT | The liquid balance of the account in USDC, denominated in the native cryptocurrency. |
staking_balance_usdc | FLOAT | The staking balance of the account in USDC, denominated in the native cryptocurrency. |
unclaimed_rewards_usdc | FLOAT | The unclaimed rewards of the account in USDC, denominated in the native cryptocurrency. |
claimed_rewards_usdc | FLOAT | The claimed rewards of the account in USDC, denominated in the native cryptocurrency. |