> 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/non-fungibles/gettokenallowancesforhedera.md).

# getTokenAllowancesForHedera

### Description

This endpoint retrieves the token allowances specifically for Hedera chain

{% code overflow="wrap" %}

```javascript
public getTokenAllowancesForHedera(walletAddress: string, query?: VyQuery_GetTokenAllowancesForHedera) : VyPromise<VyHederaNonFungibleAllowanceDto[]>
```

{% endcode %}

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

| walletAddress    | string                                                                                                                                  | The public address of the wallet that own tokens |
| ---------------- | --------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ |
| query (optional) | [VyQuery\_GetTokenAllowancesForHedera](/sdk-reference/ts-js-v3/object-references/wallet/queries/vyquery_gettokenallowancesforhedera.md) | Query to filter the operation results            |

**Returns**

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