| CREATED_AT_TIMESTAMP | TIMESTAMP_NTZ | The timestamp when the transaction was created. |
| TX_HASH | TEXT | The unique transaction hash that identifies the transaction on the blockchain. |
| CHAIN | TEXT | The blockchain network on which the transaction occurred. |
| AMOUNT | FLOAT | The amount of tokens involved in the transaction. |
| INPUT_TOKEN | TEXT | The token swapped from |
| OUTPUT_TOKEN | TEXT | The token swapped to |
| SLIPPAGE | FLOAT | The slippage percentage or amount that occurred during the swap transaction. |
| STATUS | TEXT | The status of the transaction, indicating whether it was successful, pending, or failed. |
| TX_TYPE | TEXT | The type of swap transaction, notably the aggregator used. |
| WALLET_ADDRESS | TEXT | The blockchain wallet address used in the swap transaction. |
| WALLET_CHAIN | TEXT | The blockchain network of the wallet used in the swap transaction. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was inserted into the table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was last modified. |
| FACT_SWAPS_ID | TEXT | The unique identifier for each row in the table. |