typescript-sdk

Home > @3rdweb/sdk > BundleModule > get

BundleModule.get() method

Get a single bundle item by tokenId.

Signature:

get(tokenId: string, address?: string): Promise<BundleMetadata>;

Parameters

Parameter Type Description
tokenId string the unique token id of the nft
address string  

Returns:

Promise<BundleMetadata>

A promise that resolves to a BundleMetadata.