Skip to main content

Osmosis

This page presents the available tables for Osmosis.

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 NameTypeDescription
block_heightINTEGERHeight of the block in the blockchain, incrementing with each new block
block_timestampTIMESTAMPTimestamp when the block was sealed and considered final
event_indexINTEGERIndex of events within a block, used for ordering and reference
event_typeSTRINGType of event occurring within a transaction or block
event_attributesJSONAssociated attributes and details for the event type
sourceSTRINGOriginating blockchain or network, identifies data source
schema_versionINTEGERVersion of the schema used to define the table structure
ingestion_timestampTIMESTAMPTime when the data was ingested into the analytical system

Parsed Tables

This table contains arbitrage trades executed in various pools within the Cosmos ecosystem. It tracks profitable trades executed by traders to take advantage of price discrepancies.

Column NameTypeDescription
block_heightINTEGERBlock numbers indicating the progression of each block in the blockchain
block_timestampTIMESTAMPTimestamps of all blocks listed in chronological order
tx_idSTRINGUnique transaction identifiers on the blockchain network
message_indexINTEGERIndices of messages contained in a particular transaction
exec_msg_indexSTRINGIndices of executed messages within a transaction
arb_indexINTEGERIndices of arbitrage trades executed on the network
traderSTRINGAddress or identifier of the account performing arbitrage trades
amount_inBIGNUMERICQuantities of assets input to arbitrage trades
amount_outBIGNUMERICQuantities of assets output from arbitrage trades
arbitraged_tokenSTRINGToken symbols of assets being arbitraged
profitBIGNUMERICNet profit earned from successful arbitrage trades
roiFLOATReturn on investment (ROI) for each arbitrage trade
pool_pathSTRINGHypsersurface paths involved in cross-chain pool trades
n_hopsINTEGERNumber of hops taken to execute cross-chain pool trades
n_poolsINTEGERNumber of pools involved in cross-chain pool trades
ingestion_timestampTIMESTAMPTimestamps when data is ingested into the dataset