Market

List active auction listings

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.

get/market/auction

Query parameters

item_idstring

Filter by exact item ID (takes precedence over rarity)

limitinteger

Number of listings to return (max 100)

offsetinteger

Offset for pagination

sort'time' | 'price' | 'level'

Sort field

sort_direction'asc' | 'desc'

Sort direction

rarity'common' | 'uncommon' | 'rare' | 'epic' | 'legendary' | 'mythic'

Filter by rarity (ignored when item_id is set)

Response

Active auction listings

Changes

No recorded changes to this endpoint across all 1 revision of this API.