Stride
This page presents the available tables for Stride.
Raw Tables
This table provides a comprehensive overview of every action and occurrence within the Cosmos blockchain ecosystem. It includes detailed information about each block's transactions, enabling the analysis of the blockchain's behavior and evolution over time.
Column Name | Type | Description |
---|---|---|
block_height | INTEGER | Block identifier within a blockchain's sequential ordering system |
block_timestamp | TIMESTAMP | Time at which a block was added to the blockchain |
event_index | INTEGER | Unique identifier for each event within a block |
event_type | STRING | Category of events occurring within the blockchain (e.g., transaction, governance) |
event_attributes | JSON | Metadata and details for a specific block event occurrence |
source | STRING | Network or blockchain source where the event originated |
ingestion_timestamp | TIMESTAMP | Time at which the data was ingested into the dataset |
schema_version | INTEGER | Version number of the data schema describing the dataset structure |
Parsed Tables
This table represents the total value locked (TVL) in the Celestia network, showcasing the amount of assets from the Cosmos ecosystem deposited within the platform over time.
Column Name | Type | Description |
---|---|---|
date | TIMESTAMP | Unix timestamp representing the date of a transaction or event |
token_denom | STRING | Standardized string representation of a cryptocurrency's denomination |
token_amount | FLOAT | Quantity of a cryptocurrency represented by its denomination |
amount_usd | FLOAT | Translated value of a cryptocurrency in United States dollars |