# Endpoint

<mark style="color:green;">`GET`</mark> [`https://pro.circular.bot/market/status`](https://pro.circular.bot/market/status)

Real-time Market Status

**Headers**

<pre class="language-json"><code class="lang-json"><strong>{
</strong>    "Content-Type": "application/json",
    "x-api-key": "your-api-key"
}
</code></pre>

**Parameters**

```json
{}
```

**Response**

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

```json
{
  "state": "medium" // The state of the market ("high", "medium", "low")
}
```

{% endtab %}
{% endtabs %}

**Informations:**

* Requests per minute: 60
* Available plans: [**PREMIUM**](https://www.circular.bot/plans), [**PRO**](https://www.circular.bot/plans)
* More technical information [here](https://pro.circular.bot/documentation#operation/status_market_status_get)
