GetTokenAssociationsForHedera
This endpoint retrieves the token assocciations for a Hedera wallet using the wallet address.
public static VyTask<VyHederaTokenAssociationDto> GetTokenAssociationsForHedera(string chain, string walletAddress)
Parameters
chain
string
The blockchain of the wallet. This will be `HEDERA`.
walletAddress
string
The wallet address
Returns
VyTask<VyHederaTokenAssociationDto> Token assocciations of Hedera wallet retrieved successfully.
Last updated