Home > @infiniteobjects/eth-tokens-service > AlchemyService > findAssetsByWallet
Retrieve the tokens owned by the given address
Signature:
findAssetsByWallet(wallet: string, sort?: AssetSorting): Promise<EthAssetToken[]>;
| Parameter | Type | Description |
|---|---|---|
| wallet | string | The address of the owner of the tokens |
| sort | AssetSorting | (Optional) |
Returns:
Promise<EthAssetToken[]>