> ## Documentation Index
> Fetch the complete documentation index at: https://docs.spellborne.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Item Metadata

> Retrieve item metadata including name, description, image, marketplace data, and attributes

<ParamField path="id" type="string" required>Item token ID (decimal or hex)</ParamField>

### 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)    |
