Home > @3rdweb/sdk > BundleDropModule > getOwned
getOwned is a convenience method for getting all owned tokens for a particular wallet.
Signature:
getOwned(_address?: string): Promise<BundleDropMetadata[]>;
| Parameter | Type | Description |
|---|---|---|
| _address | string | The address to check for token ownership |
Returns:
Promise<BundleDropMetadata[]>
An array of BundleMetadata objects that are owned by the address