Skip to main content
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

TableSinceDescription
blocks2019-12One row per block, with its transaction count and proposer.
transactions2021-02One row per transaction, with its fee and result code.
transaction_messages2021-02One row per message inside a transaction.
message_events2021-02One row per event emitted during transaction execution.
block_events2021-02One row per event emitted outside a transaction.
The transaction tables begin on 2021-02-18, at the Cosmos Hub 4 upgrade; blocks also covers the hub version before it.

Sample queries

Count daily transactions and their success rate over one week.