---
title: "List active auction listings"
method: GET
path: "/market/auction"
tags: ["Market"]
---

# List active auction listings

`GET /market/auction`

Returns current auction house listings with pagination, sorting, and optional filtering by item or rarity. Each listing includes the item `level`, the exact rolled `stats` parsed from the item instance, and (for weapons) `damages` as [min, max] ranges from the item catalog. `total` is the full number of listings matching the current filters (independent of `limit`/`offset`), so clients can page to the end.

## Query parameters

- `item_id` string
- `limit` integer
- `offset` integer
- `sort` 'time' | 'price' | 'level'
- `sort_direction` 'asc' | 'desc'
- `rarity` 'common' | 'uncommon' | 'rare' | 'epic' | 'legendary' | 'mythic'

## Response `200`

Active auction listings

---

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