# GetSupportedErc20Chains

This endpoint is used to retreive the supported chains for the Token API.

{% code overflow="wrap" %}

```cpp
void GetSupportedErc20Chains(const FVyOnGetSupportedErc20ChainsComplete& OnComplete) const;
```

{% endcode %}

\
**Parameters**

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

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