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

# Cluster statistics

## Cluster statistics

Get latest cluster statistics, these are averages of key metrics used by stakewiz.com

<mark style="color:blue;">`GET`</mark> `https://api.stakewiz.com/cluster_stats`

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

```javascript
{
    "avg_credit_ratio": 70.83,
    "avg_activated_stake": 133033,
    "avg_commission": 9.5,
    "avg_skip_rate": 18.4,
    "avg_apy": 5.14
}
```

{% endtab %}
{% endtabs %}
