Skip to main content

Osmosis

This page presents the available tables for Osmosis.

Raw Tables

This table provides information about the events occurring on the blockchain within the Cosmos ecosystem, offering insights into the block height, timestamp, and event occurrences. The data is sourced from the blockchain to provide a comprehensive view of the network's activity.

Column NameTypeDescription
block_heightINTEGERThe height of the block within the blockchain, representing the number of blocks mined up to this point.
block_timestampTIMESTAMPThe timestamp when the block was mined, indicating the time at which the events occurred.
event_indexINTEGERThe index of the event within the block, identifying its position in the list of events.
event_typeSTRINGThe type of event that occurred, categorizing the type of action or transaction.
event_attributesJSONAdditional attributes associated with the event, providing more detailed information about the occurrence.
sourceSTRINGThe source of the data, indicating the blockchain or network from which the information was obtained.
schema_versionINTEGERThe version of the schema used to describe the structure of the data, ensuring consistency and compatibility.
ingestion_timestampTIMESTAMPThe timestamp when the data was ingested into the system, indicating the time at which the data was received.

Parsed Tables

Arbitrage trades data from the Cosmos ecosystem, showcasing opportunities where traders took advantage of price discrepancies across different blockchain networks.

Column NameTypeDescription
block_heightINTEGERThe height of the block in which the trade transaction occurred.
block_timestampTIMESTAMPTimestamp of the block in which the trade transaction occurred, indicating the time of the trade.
tx_idSTRINGUnique identifier of the transaction in which the arbitrage trade occurred.
message_indexINTEGERIndex of the message within the transaction where the arbitrage trade was executed.
exec_msg_indexSTRINGIndex of the execute message within the transaction where the arbitrage trade was executed.
arb_indexINTEGERIndex of the arbitrage trade within the transaction.
traderSTRINGIdentifier of the trader who executed the arbitrage trade.
amount_inBIGNUMERICQuantity of the token being traded into the pool.
amount_outBIGNUMERICQuantity of the token being traded out of the pool.
arbitraged_tokenSTRINGToken being arbitrated, involved in the price discrepancy.
profitBIGNUMERICProfit made by the trader from the arbitrage trade.
roiFLOATReturn on Investment (ROI) for the arbitrage trade.
pool_pathSTRINGPath of the liquidity pool used for the arbitrage trade.
n_hopsINTEGERNumber of hops taken to execute the arbitrage trade.
n_poolsINTEGERNumber of pools used to execute the arbitrage trade.
ingestion_timestampTIMESTAMPTimestamp when the data was ingested into the system.