---
title: "List bazaar items"
method: GET
path: "/market/bazaar"
tags: ["Market"]
---

# List bazaar items

`GET /market/bazaar`

Returns bazaar items with their current buy/sell prices and available stock. Each item carries its `category` (top-level, e.g. `farming`) and `subcategory` (e.g. `wheat`). Results are in a stable item-id order, so paging with `offset`/`limit` is a consistent, non-overlapping walk of the full set; `total` is the full item count. By default the list also includes every sellable item that currently has no offer, as a 0/0/0 entry (set `include_empty=false` for active-only). The complete sellable set + category tree is also available on `/market/catalog`.

## Query parameters

- `item_id` string
- `limit` integer
- `offset` integer
- `include_empty` boolean

## Response `200`

Bazaar item list

---

[API](https://skmtc.dev/minebox/apis/minebox-api.md) · [All operations](https://skmtc.dev/minebox/apis/minebox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/minebox/minebox-api/revisions/0e6f31964bc7/schema)
