cosmoshub holds the standardized Cosmos Hub tables, following the schema documented in the family overview exactly, with no differences. Chain activity comes from these tables.
Elsewhere in the catalog, Cosmos Hub appears through its tokens. Some arrived from another chain over IBC, the Cosmos transfer protocol, and are held as vouchers; the others were minted on Cosmos Hub itself by its token factory. Tokens covers the token list and the daily price table built beside it. Chains covers the list of chains we track.
Tables
| Table | Since | Description |
|---|---|---|
blocks | 2019-12 | One row per block, with its transaction count and proposer. |
transactions | 2021-02 | One row per transaction, with its fee and result code. |
transaction_messages | 2021-02 | One row per message inside a transaction. |
message_events | 2021-02 | One row per event emitted during transaction execution. |
block_events | 2021-02 | One row per event emitted outside a transaction. |
blocks also covers the hub version before it.
Sample queries
- Daily success rate
- Tokens tracked
Count daily transactions and their success rate over one week.