typescript-sdk

Home > @3rdweb/sdk > NFTModule > get

NFTModule.get() method

Fetches an NFT from storage with the resolved metadata.

Signature:

get(tokenId: string): Promise<NFTMetadata>;

Parameters

Parameter Type Description
tokenId string The id of the token to fetch.

Returns:

Promise<NFTMetadata>