# GetSupportedErc1155Chains

### Description

This endpoint is used to retrieve the supported chains for the NFT API.

{% code overflow="wrap" %}

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

{% endcode %}

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

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