Get Item Metadata
Public Metadata
Get Item Metadata
Retrieve item metadata including name, description, image, marketplace data, and attributes
GET
Get Item Metadata
Item token ID (decimal or hex)
Response Fields
| Field | Description |
|---|---|
| tokenId | Item token ID |
| name | Translated item name |
| description | Translated item description |
| image | Item icon URL |
| attributes | Array of traits (category, isTradable) |
| marketplace.floorPrice | Lowest active bazaar listing price (per unit, in BORNE) |
| marketplace.lastSalePrice | Last completed sale price (per unit, in BORNE) |
| marketplace.tradables | NPC shop trade options (if available) |
Marketplace Tradables
When an item can be exchanged at an NPC shop,marketplace.tradables contains the available trades:
| Field | Description |
|---|---|
| itemCode | The item code you receive |
| itemName | Translated name of the received item |
| quantity | Exchange rate (how many per unit) |
