> For the complete documentation index, see [llms.txt](https://ocx.gitbook.io/ocx-doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ocx.gitbook.io/ocx-doc/ocx/product/markets.md).

# markets

OCX lists three families of underlyings — each with a spot book, a perpetual, and one or more quarterly futures. Margin nets across all products within a family.

## BTC (digital gold)

| Market                           | Type                  |
| -------------------------------- | --------------------- |
| `BTC-USDC-SPOT`                  | Spot                  |
| `BTC-PERP`                       | Perpetual             |
| `BTC-USDC-2026-06-26`            | Quarterly future (F1) |
| `BTC-USDC-2026-09-25`            | Quarterly future (F2) |
| `BTC-<expiry>-<strike>-C` / `-P` | European options      |

## XAU (gold via XAUT)

| Market                 | Type                     |
| ---------------------- | ------------------------ |
| `XAUT-USDC-SPOT`       | Spot (Tether Gold token) |
| `XAUT-USDC-PERP`       | Perpetual                |
| `XAUT-USDC-2026-06-26` | Quarterly future         |

## WTI (crude oil)

| Market                   | Type                  |
| ------------------------ | --------------------- |
| `WTIOIL-USDC-SPOT`       | Spot                  |
| `WTIOIL-PERP`            | Perpetual             |
| `WTIOIL-USDC-2026-06-26` | Quarterly future (F1) |
| `WTIOIL-USDC-2026-07-31` | Quarterly future (F2) |

## Cross-product margin groups

Markets that share an underlying are cross-margined automatically. A long `BTC-PERP` is offset by a short `BTC-USDC-2026-06-26` in the same account — you pay margin only on the residual exposure.

Correlation credits also apply *across* underlyings in the same asset class:

| Asset class           | Correlation credit |
| --------------------- | ------------------ |
| Crypto (BTC family)   | 50%                |
| Precious metals (XAU) | category-specific  |
| Energy (WTI)          | 40%                |

For full detail on how the margin engine computes requirements, see [Margin & Risk](broken://pages/4532437b82b4aa7ffd6b0f112bd855782ce37c30).

## Market status

* **Active** — the markets listed above are open for trading.
* **Halted** — legacy market IDs may appear in historical data but are closed to new orders.

Use `GET /perps/markets` (for linear markets) and `GET /markets/board` (for the options board) to fetch the current, authoritative list of tradable markets with their tick sizes, minimum quantities, and fee schedules.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ocx.gitbook.io/ocx-doc/ocx/product/markets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
