# Stats Method

### Get usage info

## Get usage info

<mark style="color:green;">`POST`</mark> `/api/stats/usage`

This method is used to obtain information about the number of consumed and avaialble signatures/operations per process.

{% tabs %}
{% tab title="200: OK Number is shown (OK)" %}

<pre class="language-json" data-title="Example response:"><code class="lang-json">{
    "keyUsage": "integer”,
<strong>    "maxKeyUsage": "integer”
</strong>}
</code></pre>

{% endtab %}

{% tab title="404: Not Found Not found" %}

{% endtab %}
{% endtabs %}
