> 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/ue5-sdk-v3/function-references/token/get-supported-chains/getsupportederc1155chains.md).

# 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](/sdk-reference/ue5-sdk-v3/object-references/shared/enum/evychain.md)> response type
