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 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 Name | Type | Description |
|---|---|---|
| block_height | INTEGER | Sequential number assigned to each block within a blockchain |
| block_timestamp | TIMESTAMP | Timestamp representing when a block was successfully mined or confirmed |
| address | STRING | Unique identifier for an on-chain wallet or onion address |
| liquid_balance | FLOAT | Available balance of a user's native cryptocurrency |
| staking_balance | FLOAT | Locked balance of a user's native cryptocurrency for staking |
| unclaimed_rewards | FLOAT | Accrued but unclaimed rewards from staking activities |
| claimed_rewards | FLOAT | Rewards already claimed by a user from staking activities |
| liquid_balance_usdc | FLOAT | Available balance of USD stablecoin USDC |
| staking_balance_usdc | FLOAT | Locked balance of USD stablecoin USDC for staking |
| unclaimed_rewards_usdc | FLOAT | Accrued but unclaimed rewards of USD stablecoin USDC |
| claimed_rewards_usdc | FLOAT | Rewards already claimed of USD stablecoin USDC |