# Market Data (view-only)

Clients of Finery Markets can share view-only Market Data between Maker, Taker, Master and sub-Taker account types. View-only Market Data is independent of  enabling  trading therefore, can be enabled before the completion of the KYB. View-only Market Data is not subject to the credit check (i.e. trading gross limit).&#x20;

{% tabs %}
{% tab title="For Takers and Masters" %}
**How can I access the view-only Market Data?**

Once the LP approves your connection request, they can switch on the view-only market data, even if you are still onboarding.

1. You will receive a platform notification and an email once the LP grants you a view-only access
2. Navigate to the Trading page.
3. Add an instrument tile (e.g., `BTC-USDT`). You can now see their view-only Market Data in the Liquidity Sources widget.
4. Click the "Source" in the tile,  select the new LP from the list. You can see the prices for the selected size or amount.
5. You may add multiple tiles of the *same instrument* to compare market data from different LPs. For example, set one tile to "Aggregated book" and a second tile to the view-only LP, then place them side-by-side.

<figure><img src="/files/enk3eyjPgQHTK72fiNJV" alt=""><figcaption></figcaption></figure>

* Source Labels:
  * Grey label: "View-only market data. Trading not enabled by LP."
  * Blue label: "Market data available. Trading enabled by LP."
  * "Market Data is not available": The LP has not enabled trading or view-only market data access.
    {% endtab %}

{% tab title="For Liquidity Providers (LPs)" %}
**How to enable View-Only Market Data**

You have full control over sharing market data with clients, when their trading is not yet enabled.

1. Navigate to the Risk Management page.
2. Find the client connection and click "Edit".
3. Go to the "Market data and markups" section.
4. Activate the toggle: "Show view-only market data when trading is not enabled".

<figure><img src="/files/yeJr1Jz6nFNd91gRQOVT" alt=""><figcaption></figcaption></figure>

**Key Takeaways**

* This toggle is specifically for sharing data when trading is disabled.
* If trading is *already enabled* for a client, their market data is shared by default.
* You can revoke this view-only access at any time by disabling the same toggle. The client will lose access to the prices if trading is also disabled.
  {% endtab %}
  {% endtabs %}

## Which API method should I use to subscribe to the Market Data?&#x20;

Master Account and Taker account can access view-only Market Data using the following method

{% content-ref url="/pages/SW2ZrjnmvAx3X7e86X7E" %}
[Feed 'MD' - View-only Firm Market data](/api-reference/websocket-api/feed-md-view-only-firm-market-data.md)
{% endcontent-ref %}

If you intend to utilize your existing WS, FIX, or REST integration, you may acquire a Master account and create a sub-Taker account. By enabling the view-only Market Data feature for the sub-Taker, the Master will share the view-only Market Data through one of these methods

{% content-ref url="/pages/PqMFL1aegwGCHgWoKwmv" %}
[Feed 'F' - Firm Market Data](/api-reference/websocket-api/feed-f-firm-market-data.md)
{% endcontent-ref %}

{% content-ref url="/pages/aHNraEmEbbTuVE9xNbhp" %}
[Market Data](/api-reference/fix-api/market-data.md)
{% endcontent-ref %}

{% content-ref url="/pages/KGixTxfDw51J82MQ1xrB" %}
[book](/api-reference/rest-api/trading/orders-and-order-book/book.md)
{% endcontent-ref %}


---

# 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://faq.finerymarkets.com/product-features/trading/market-data-view-only.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.
