This page presents the available tables for Osmosis.
Raw Tables
| Column Name | Type | Description |
|---|
| block_height | INTEGER | |
| block_timestamp | TIMESTAMP | |
| event_index | INTEGER | |
| event_type | STRING | |
| event_attributes | JSON | |
| source | STRING | |
| schema_version | INTEGER | |
| ingestion_timestamp | TIMESTAMP | |
Parsed Tables
| Column Name | Type | Description |
|---|
| block_height | INTEGER | |
| block_timestamp | TIMESTAMP | |
| tx_id | STRING | |
| message_index | INTEGER | |
| exec_msg_index | STRING | |
| arb_index | INTEGER | |
| trader | STRING | |
| amount_in | BIGNUMERIC | |
| amount_out | BIGNUMERIC | |
| arbitraged_token | STRING | |
| profit | BIGNUMERIC | |
| roi | FLOAT | |
| pool_path | STRING | |
| n_hops | INTEGER | |
| n_pools | INTEGER | |
| ingestion_timestamp | TIMESTAMP | |