---
title: "Auction house tax & listing fees"
method: GET
path: "/market/fees"
tags: ["Market"]
---

# Auction house tax & listing fees

`GET /market/fees`

Returns the sale tax and the price-tiered listing fee schedule so clients can compute exact profits. Sale tax = price * sale_tax_percent/100 (deducted from payout). Listing fee = price * tier.percent/100, where tier is the first listing_fee_tiers entry with price <= max_price. SubPlus subscribers pay sub_plus_multiplier (0.5 = -50%) on both.

## Response `200`

Market fee schedule

---

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