getTokenAllowancesForHedera

This endpoint retrieves the token allowances specifically for Hedera chain

public getTokenAllowancesForHedera(walletAddress: string, query?: VyQuery_GetTokenAllowancesForHedera) : VyPromise<VyHederaNonFungibleAllowanceDto[]>

Parameters

walletAddress

string

The public address of the wallet that own tokens

query (optional)

Query to filter the operation results

Returns

VyPromise<VyHederaNonFungibleAllowanceDto[]> Token allowance of Hedera wallet retrieved successfully.

Last updated