# 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 %}
