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