# Data Plans

Use this page to choose the right data plan.

This is a high-level breakdown. For full details, and to manage plans and billing, use the self-service portal: [console.blockscholes.com](https://console.blockscholes.com/products/data-plans).

### Step 1: Choose a plan

#### Core

* **Hourly updates** via [REST API](/data-access/rest-api.md).
* Coverage for **spot, perpetuals, futures, and options**.
* **Index and mark prices**.
* **Volatility data**.
* No WebSocket access.

#### Prime

* Everything in **Core**.
* **Minutely-level data** via REST (where supported).
* **WebSocket access** via [WebSocket API](/data-access/websocket-api.md).
* **Pull oracle & EIP-712 signatures.**

#### Enterprise

* **Live updates**, including **options pricing updates at 200ms**.
* **Real-world assets (RWA)** datasets and feeds.
* **Dedicated 24/7 support**.

Contact us to scope Enterprise: [Contact](/other/contact.md).

{% hint style="info" %}
Plan determines *what* you can access (and at what granularity). Billing period determines *how far back* you can query.
{% endhint %}

### Step 2: Choose a billing period (controls look back access)

Different billing periods allow different access to historical data.

* **Monthly**: **weekly look back**. Great for clients getting started and focused on current data going forward.
* **Quarterly**: **1-year rolling lookback**. Great for clients who want an extended lookback to validate hypotheses.
* **Yearly**: **3-year rolling lookback**. Option to add even more history, all the way back to **2020**, for full-history research.

### Simple plan chooser (high level)

#### Tier quick guide

| Tier           | Update granularity   | Delivery         | Best for                                                |
| -------------- | -------------------- | ---------------- | ------------------------------------------------------- |
| **Core**       | Hourly               | REST             | Research, backtests, and snapshot-style workflows.      |
| **Prime**      | Minutely + streaming | REST + WebSocket | Live monitoring, streaming consumers, faster analytics. |
| **Enterprise** | Sub-second           | Custom           | Low-latency pricing and bespoke requirements.           |

#### Billing period quick guide

| Billing       | Lookback included                            | Best for                                                |
| ------------- | -------------------------------------------- | ------------------------------------------------------- |
| **Monthly**   | Weekly lookback                              | Getting started. Forward-looking monitoring.            |
| **Quarterly** | 1-year rolling lookback                      | Extended analysis and hypothesis testing.               |
| **Yearly**    | 3-year rolling lookback (extendable to 2020) | Research and production analytics needing long history. |

### Data offerings (high level)

* **Digital assets / crypto derivatives data** (options, futures, perpetuals, spot).
* **Real-world assets (RWA)** datasets and feeds.
* **On-demand / non-listed implied volatility surfaces** for custom expiries or tokens.

### Need help choosing?

If you want bespoke coverage or help mapping requirements to a tier and billing period, contact us via [Contact](/other/contact.md).


---

# Agent Instructions: 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://docs.blockscholes.com/data-access/data-plans.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.
