Home > @3rdweb/sdk > BundleModule > get
Get a single bundle item by tokenId.
Signature:
get(tokenId: string, address?: string): Promise<BundleMetadata>;
Parameter | Type | Description |
---|---|---|
tokenId | string | the unique token id of the nft |
address | string |
Returns:
Promise<BundleMetadata>
A promise that resolves to a BundleMetadata
.