getTokenAssociationsForHedera

This endpoint retrieves the token assocciations for a Hedera wallet using the wallet address.

public getTokenAssociationsForHedera(chain: String, walletAddress: String) : VyPromise<VyHederaTokenAssociationDto>

Parameters

chain

String

The blockchain of the wallet. This will be `HEDERA`.

walletAddress

String

The wallet address

Returns

VyPromise<VyHederaTokenAssociationDto>

Last updated