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 comprehensive overview of the accounting balances for accounts in the Cosmos ecosystem. It includes both native and USDC-denominated balances.
Column Name | Type | Description |
---|---|---|
block_height | INTEGER | The height of the block at which the account's balances were last updated. |
block_timestamp | TIMESTAMP | The timestamp of the block at which the account's balances were last updated. |
address | STRING | The public address of the account for which the balances are being tracked. |
liquid_balance | FLOAT | The liquid balance of the account, which represents the funds available for spending. |
staking_balance | FLOAT | The staking balance of the account, which represents the funds committed to staking validators. |
unclaimed_rewards | FLOAT | The unclaimed rewards of the account, which represents the rewards earned but not yet claimed. |
claimed_rewards | FLOAT | The claimed rewards of the account, which represents the rewards earned and already claimed. |
liquid_balance_usdc | FLOAT | The liquid balance of the account in USDC, which represents the funds available for spending in USDC. |
staking_balance_usdc | FLOAT | The staking balance of the account in USDC, which represents the funds committed to staking validators in USDC. |
unclaimed_rewards_usdc | FLOAT | The unclaimed rewards of the account in USDC, which represents the rewards earned but not yet claimed in USDC. |
claimed_rewards_usdc | FLOAT | The claimed rewards of the account in USDC, which represents the rewards earned and already claimed in USDC. |