> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Trades

### Table Details

| Property          | Value                   |
| ----------------- | ----------------------- |
| Table Name        | `dydx.raw.trades`       |
| Table Status      | Production-Ready        |
| Clustering Key(s) | `to_date("created_at")` |

### Table Columns

| Column Name   | Data Type         | Description                                                   |
| ------------- | ----------------- | ------------------------------------------------------------- |
| trade\_id     | VARCHAR(16777216) | Identifier of the trade.                                      |
| ticker        | VARCHAR(16777216) | Market ticker symbol identifying the traded instrument.       |
| side          | VARCHAR(16777216) | Side of the trade (buy or sell).                              |
| size          | VARCHAR(16777216) | Size of the trade in the base asset.                          |
| price         | VARCHAR(16777216) | Execution price of the trade.                                 |
| type          | VARCHAR(16777216) | Type of the trade (e.g. limit, market, liquidation).          |
| created\_at   | TIMESTAMP\_NTZ(9) | Timestamp (UTC) when the trade was created.                   |
| \_created\_at | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was created in the database.      |
| \_updated\_at | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was last updated in the database. |
