> 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/ue5-sdk-v3/function-references/wallet/non-fungibles/gettokenallowancesforhedera.md).

# GetTokenAllowancesForHedera

This endpoint retrieves the token allowances specifically for Hedera chain

{% code overflow="wrap" %}

```cpp
void GetTokenAllowancesForHedera(FString WalletAddress, const FVyQuery_GetTokenAllowancesForHedera& Query, const FVyOnGetTokenAllowancesForHederaComplete& OnComplete) const;
```

{% endcode %}

\
**Parameters**

| WalletAddress | FString                                                                                                                                   | The public address of the wallet that own tokens                                        |
| ------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| Query         | [FVyQuery\_GetTokenAllowancesForHedera](/sdk-reference/ue5-sdk-v3/object-references/wallet/query/fvyquery_gettokenallowancesforhedera.md) | Optional Query Parameters                                                               |
| OnComplete    | FVyOnGetTokenAllowancesForHederaComplete                                                                                                  | The callback function called when the user preferences retrieval operation is complete. |

\
**OnComplete Callback** (FVyOnGetTokenAllowancesForHederaComplete)\
Contains a TArray<[FVyHederaNonFungibleAllowanceDto](/sdk-reference/ue5-sdk-v3/object-references/wallet/fvyhederanonfungibleallowancedto.md)> response type
