> ## 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.

# Markets

### Table Details

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

### Table Columns

| Column Name                | Data Type         | Description                                                             |
| -------------------------- | ----------------- | ----------------------------------------------------------------------- |
| ticker                     | VARCHAR(16777216) | Market ticker symbol identifying the traded instrument.                 |
| tick\_size                 | VARCHAR(16777216) | Minimum increment allowed for order price in this market.               |
| step\_size                 | VARCHAR(16777216) | Minimum increment allowed for order size in this market.                |
| market\_type               | VARCHAR(16777216) | Type of market (e.g. perpetual).                                        |
| open\_interest\_lower\_cap | VARCHAR(16777216) | Lower cap on open interest for the market.                              |
| open\_interest\_upper\_cap | VARCHAR(16777216) | Upper cap on open interest for the market.                              |
| default\_funding\_rate\_1h | VARCHAR(16777216) | Default hourly funding rate for the market.                             |
| ingested\_at               | TIMESTAMP\_NTZ(9) | Timestamp (UTC) when this record was ingested into the Allium platform. |
| \_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.           |
