> 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/c-sdk-v3/function-references/wallet/balance/gettokenassociationsforhedera.md).

# 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](/sdk-reference/c-sdk-v3/object-references/wallet/vyhederatokenassociationdto.md)>\
Token assocciations of Hedera wallet retrieved successfully.
{% endtab %}
{% endtabs %}
