Landing PageMarketplaceDeveloper PortalDeveloper Discord
Search…
⌃K
Links
👋
Welcome to Altura
Getting started
🚀
Altura NFTs
🛍
The Altura Marketplace
🪅
Minting & Importing NFTs
👔
Users & Authentication
🔑
Altura Guard
💻
Developer Portal
🧰
The Developer Wallet
🌐
REST API
🎴
Get Your API Key
🔧
Methods
🔆
JavaScript SDK
🛠
Installation
🔧
Methods
🛡
Authenticate User
👤
Get User
👥
Get Users
🖼
Get User's Items
🖼
Get Item
🌈
Get Items
👾
Get an Item's Holders
📜
Get an Item's History
💠
Transfer ERC1155
💠
Transfer ERC721
💠
Bulk Transfer ERC1155
🪟
Mint Additional Supply
🔮
Update Property
🪄
Update Primary Image
🆕
Add a New Image
📁
Get Collection
🗂
Get Collections
🪄
Update Collection
🪙
Transfer ERC20
🎛
Schemas
⌨
Connector API
🕹
Unity SDK
🛠
Installation
🔧
Methods
🎛
Schema
More
🏷
White Label Marketplaces
🛒
List Your Game on the Altura Marketplace
☑
Get Your Collection Verified
🎁
Create a Loot Box
Powered By GitBook
🖼

Get Item

Use this method to get the metadata of an item.

Usage in your script

JavaScript
TypeScript
const alturaItem = await altura.getItem(COLLECTION_ADDRESS, TOKEN_ID);
const alturaItem: TAlturaItem = 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
Previous
Get User's Items
Next
Get Items
Last modified 2mo ago
Copy link