Skip to main content

Osmosis

This page presents the available tables for Osmosis.

Raw Tables

This table provides a comprehensive view of block events from the Cosmos ecosystem, offering insights into the blockchain's activity over time. It includes essential metadata to contextualize each event.

Column NameTypeDescription
block_heightINTEGERThe height of the block within the blockchain at the time of the event.
block_timestampTIMESTAMPThe timestamp when the block was committed to the blockchain.
event_indexINTEGERThe index of the event within the block.
event_typeSTRINGThe type of event that occurred.
event_attributesJSONAdditional attributes related to the event.
sourceSTRINGThe source of the block event data.
schema_versionINTEGERThe version of the schema used to capture the event data.
ingestion_timestampTIMESTAMPThe timestamp when the event data was ingested into the system.

Parsed Tables

This table contains information about arbitrage trades in the Cosmos ecosystem, providing insights into the execution of profit-driven trading strategies across different blockchain networks.

Column NameTypeDescription
block_heightINTEGERHeight of the block in which the trade was executed, indicating the order of the transaction within the blockchain.
block_timestampTIMESTAMPTimestamp of the block in which the trade was executed, displaying the exact time of the transaction.
tx_idSTRINGUnique identifier of the transaction in which the arbitrage trade was executed.
message_indexINTEGERIndex of the message within the transaction that triggered the arbitrage trade.
exec_msg_indexSTRINGIndex of the execution message within the transaction that executed the arbitrage trade.
arb_indexINTEGERUnique identifier for the arbitrage trade, enabling tracking and analysis of individual trades.
traderSTRINGAddress of the trader who executed the arbitrage trade, providing context about the trading entity.
amount_inBIGNUMERICAmount of tokens or assets injected into the trade, including the original funds used by the trader.
amount_outBIGNUMERICAmount of tokens or assets obtained from the trade, representing the profit generated by the arbitrage.
arbitraged_tokenSTRINGToken or asset being traded, highlighting the specific asset being arbitrated.
profitBIGNUMERICNet profit generated by the arbitrage trade, indicating the economic benefit of the trade.
roiFLOATReturn on investment (ROI) of the arbitrage trade, displaying the percentage return on the initial investment.
pool_pathSTRINGPath of the liquidity pools involved in the arbitrage trade, illustrating the flow of assets and funds.
n_hopsINTEGERNumber of intermediate steps or hops taken during the execution of the arbitrage trade.
n_poolsINTEGERNumber of liquidity pools involved in the arbitrage trade, representing the complexity of the trade.
ingestion_timestampTIMESTAMPTimestamp when the trade data was ingested into the system, indicating the data freshness.