# GetTokenAssociationsForHedera

This endpoint retrieves the token assocciations for a Hedera wallet using the wallet address.

{% code overflow="wrap" %}

```cpp
void GetTokenAssociationsForHedera(FString Chain, FString WalletAddress, const FVyOnGetTokenAssociationsForHederaComplete& OnComplete) const;
```

{% endcode %}

\
**Parameters**

| Chain         | FString                                    | The blockchain of the wallet. This will be \`HEDERA\`.                                  |
| ------------- | ------------------------------------------ | --------------------------------------------------------------------------------------- |
| WalletAddress | FString                                    | The wallet address                                                                      |
| OnComplete    | FVyOnGetTokenAssociationsForHederaComplete | The callback function called when the user preferences retrieval operation is complete. |

\
**OnComplete Callback** (FVyOnGetTokenAssociationsForHederaComplete)\
Contains a [FVyHederaTokenAssociationDto](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/wallet/fvyhederatokenassociationdto) response type
