> For the complete documentation index, see [llms.txt](https://noctaly-bot.gitbook.io/noctaly-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://noctaly-bot.gitbook.io/noctaly-api/economy/objects-reference.md).

# Objects Reference

#### **Item**

<table><thead><tr><th width="249">Field</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>id</td><td><code>string</code></td><td>UUID of the item.</td></tr><tr><td>name</td><td><code>string</code></td><td>Display name.</td></tr><tr><td>description</td><td><code>string | null</code></td><td>Optional description.</td></tr><tr><td>type</td><td><code>string</code></td><td>Item type.</td></tr><tr><td>flags</td><td><code>string[]</code></td><td>Item flags.</td></tr><tr><td>emoji</td><td><code>string | null</code></td><td>Emoji.</td></tr><tr><td>emojiType</td><td><code>string | null</code></td><td><code>"UNICODE"</code> or <code>"CUSTOM"</code>.</td></tr><tr><td>iconURL</td><td><code>string | null</code></td><td>Custom icon URL.</td></tr><tr><td>buyPrice</td><td><code>number</code></td><td>Buy price.</td></tr><tr><td>sellPrice</td><td><code>number</code></td><td>Sell price.</td></tr><tr><td>durability</td><td><code>number | null</code></td><td>Full durability per item (<code>0</code> = no durability).</td></tr><tr><td>quantity</td><td><code>number | null</code></td><td>Quantity in the shop.</td></tr><tr><td>quantityLimit</td><td><code>number | null</code></td><td>Quantity limit in the shop.</td></tr></tbody></table>

#### **Chest**

| Field          | Type             | Description                 |
| -------------- | ---------------- | --------------------------- |
| id             | `string`         | UUID of the chest.          |
| name           | `string`         | Display name.               |
| primaryColor   | `string`         | Primary hex color.          |
| secondaryColor | `string`         | Secondary hex color.        |
| iconURL        | `string \| null` | Custom icon URL.            |
| flags          | `string[]`       | Chest flags.                |
| buyPrice       | `number`         | Buy price.                  |
| sellPrice      | `number`         | Sell price.                 |
| quantity       | `number \| null` | Quantity in the shop.       |
| quantityLimit  | `number \| null` | Quantity limit in the shop. |
