# Other

## Stakes by withdraw authority

Get all validators that a particular wallet (withdraw authority of a stake account) has active delegations to.

<mark style="color:blue;">`GET`</mark> `https://api.stakewiz.com/stake_validators_by_withdraw_authority/{PUBLIC_KEY}`

Returns the vote accounts of the validators, only considers active stakes.

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

```javascript
[
    "1234LB7uvDC23rdCQoK8C3jNwnovUNyeKxz8wC3dghJ5",
    "12pVREJSt8d5AV4aBzGFf3QZn3qo8DWmwBQu3wQ5RAZ9",
    "13fUogQP3K8jAWgSW5gji5NyqHFprwoW3xVRs9MpLqdp"
    ...
]
```

{% endtab %}
{% endtabs %}
