# GetSupportedErc1155Chains

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

{% code overflow="wrap" %}

```cpp
void GetSupportedErc1155Chains(const FVyOnGetSupportedErc1155ChainsComplete& OnComplete) const;
```

{% endcode %}

\
**Parameters**

| OnComplete | FVyOnGetSupportedErc1155ChainsComplete | The callback function called when the user preferences retrieval operation is complete. |
| ---------- | -------------------------------------- | --------------------------------------------------------------------------------------- |

\
**OnComplete Callback** (FVyOnGetSupportedErc1155ChainsComplete)\
Contains a TArray<[EVyChain](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/shared/enum/evychain)> response type
