# 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](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/wallet/query/fvyquery_gettokenallowancesforhedera) | Optional Query Parameters                                                               |
| OnComplete    | FVyOnGetTokenAllowancesForHederaComplete                                                                                                                   | The callback function called when the user preferences retrieval operation is complete. |

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