> 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/ts-js-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" %}

```javascript
public getTokenAssociationsForHedera(chain: string, walletAddress: string) : VyPromise<VyHederaTokenAssociationDto>
```

{% endcode %}

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

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

**Returns**

VyPromise<[VyHederaTokenAssociationDto](/sdk-reference/ts-js-v3/object-references/wallet/vyhederatokenassociationdto.md)>\
Token assocciations of Hedera wallet retrieved successfully.
{% endtab %}
{% endtabs %}
