# getSupportedWalletChains

### Description

This endpoint returns all the supported chains by the Wallet-API.

{% code overflow="wrap" %}

```javascript
public getSupportedWalletChains() : VyPromise<VyChain[]>
```

{% endcode %}

{% tabs %}
{% tab title="Details" %}
**Returns**

VyPromise<[VyChain](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vychain)\[]>\
All supported chains retrieved successfully.
{% endtab %}
{% endtabs %}
