| BLOCKCHAIN | TEXT | Blockchain, Network, or Platform the token price is recorded on. |
| PLATFORM | TEXT | The name of the platform that the liquidity pool belongs to or swap occurred on, typically a concatenation of the protocol and version. |
| PROTOCOL | TEXT | The name of the protocol. |
| PROTOCOL_VERSION | TEXT | The version of the protocol. |
| CREATION_BLOCK | NUMBER | The block number of when this pool was created. |
| CREATION_TIME | TIMESTAMP_NTZ | The block timestamp of when this pool was created. |
| CREATION_TX | TEXT | The transaction where this contract was created. |
| FACTORY_ADDRESS | TEXT | FACTORY_ADDRESS column |
| POOL_ADDRESS | TEXT | The contract address for the liquidity pool. |
| POOL_NAME | TEXT | The name of the liquidity pool, where available. In some cases, the pool name is a concatenation of symbols or token addresses. |
| TOKENS | OBJECT | The address for the token included in the liquidity pool, as a JSON object |
| SYMBOLS | OBJECT | The symbol for the token included in the liquidity pool, as a JSON object, where available. |
| DECIMALS | OBJECT | The number of decimals for the token included in the liquidity pool, as a JSON object, where available. |
| 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. |
| DIM_DEX_LIQUIDITY_POOLS_ID | TEXT | The unique identifier for each row in the table. |