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
The wallet address
Returns
VyPromise<VyHederaTokenAssociationDto> Token assocciations of Hedera wallet retrieved successfully.
Last updated 3 months ago