๐ผ๏ธ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
Parameter
Type
Required
Description
collection_address
String
Yes
The item's collection address
token_id
Int
Yes
The item's tokenId
Last updated
Was this helpful?