---
title: "Get price statistics"
method: GET
path: "/market/prices"
tags: ["Market"]
---

# Get price statistics

`GET /market/prices`

Returns average price data over time for a specific item, broken down by transaction type (DIRECT, BUY, SELL).

## Query parameters

- `item_id` string, required
- `period` 'day' | 'week' | 'month' | 'year'

## Response `200`

Price statistics by transaction type

---

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