# 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](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/queries/vyquery_gettokenallowancesforhedera) | Query to filter the operation results            |

**Returns**

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