> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/wallet/chain/getsupportedwalletchains.md).

# 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](/sdk-reference/c-sdk-v3/object-references/enum/evychain.md)\[]>\
All supported chains retrieved successfully.
{% endtab %}
{% endtabs %}
