This endpoint retrieves the token allowances specifically for Hedera chain
public static VyTask<VyHederaNonFungibleAllowanceDto[]> GetTokenAllowancesForHedera(string walletAddress, VyQuery_GetTokenAllowancesForHedera query = null)
Parameters
walletAddress
string
The public address of the wallet that own tokens
query (optional)
VyQuery_GetTokenAllowancesForHedera
Query to filter the operation results
Returns
VyTask<VyHederaNonFungibleAllowanceDto[]> Token allowance of Hedera wallet retrieved successfully.
Last updated 3 months ago