stack

Home > @infiniteobjects/eth-tokens-service > AlchemyService > findAssetsByWallet

AlchemyService.findAssetsByWallet() method

Retrieve the tokens owned by the given address

Signature:

findAssetsByWallet(wallet: string, sort?: AssetSorting): Promise<EthAssetToken[]>;

Parameters

Parameter Type Description
wallet string The address of the owner of the tokens
sort AssetSorting (Optional)

Returns:

Promise<EthAssetToken[]>