🖼️Get Item

Use this method to get the metadata of an item.

Usage in your script

const alturaItem = await altura.getItem(COLLECTION_ADDRESS, TOKEN_ID);

Parameters

ParameterTypeRequiredDescription

collection_address

String

Yes

The item's collection address

token_id

Int

Yes

The item's tokenId

Last updated