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