# GetTokenAssociationsForHedera

### Description

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

{% code overflow="wrap" %}

```csharp
public static VyTask<VyHederaTokenAssociationDto> GetTokenAssociationsForHedera(string chain, string walletAddress)
```

{% endcode %}

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

| chain         | string | The blockchain of the wallet. This will be \`HEDERA\`. |
| ------------- | ------ | ------------------------------------------------------ |
| walletAddress | string | The wallet address                                     |

**Returns**

VyTask<[VyHederaTokenAssociationDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vyhederatokenassociationdto)>\
Token assocciations of Hedera wallet retrieved successfully.
{% endtab %}
{% endtabs %}
