> For the complete documentation index, see [llms.txt](https://faq.finerymarkets.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.finerymarkets.com/api-reference/rest-api/risk-management/instrumentswhitelist.md).

# instrumentsWhitelist

**POST api/instrumentsWhitelist**

{% tabs %}
{% tab title="Payload" %}

```
{}
```

{% endtab %}

{% tab title="200 OK" %}

```json
{
    "enabled": bool,
    "instruments": [string, ...]
}
```

{% endtab %}

{% tab title="400 Bad request" %}

```json
{
    "error": 2
}
```

{% endtab %}
{% endtabs %}

**Request parameters**

No parameters.

[**Response description**](#user-content-fn-1)[^1]

| Field name  | Type            | Description                               |
| ----------- | --------------- | ----------------------------------------- |
| enabled     | bool            | True if instruments whitelist is enabled. |
| instruments | Array of string | The array of the whitelisted instruments. |

[^1]:
