# GetSupportedWalletChains

### Description

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

{% code overflow="wrap" %}

```csharp
public static VyTask<eVyChain[]> GetSupportedWalletChains()
```

{% endcode %}

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

VyTask<[eVyChain](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evychain)\[]>\
All supported chains retrieved successfully.
{% endtab %}
{% endtabs %}
