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

# GetTokenAllowancesForHedera

### Description

This endpoint retrieves the token allowances specifically for Hedera chain

{% code overflow="wrap" %}

```csharp
public static VyTask<VyHederaNonFungibleAllowanceDto[]> GetTokenAllowancesForHedera(string walletAddress, VyQuery_GetTokenAllowancesForHedera query = null)
```

{% endcode %}

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

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

**Returns**

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