June 30, 2026
New features
Exactname filter on listings and pricesYou can now pass a name query parameter to /v1/listings and /v1/prices to fetch a single specific item by its exact market_hash_name (case-insensitive). Unlike the existing search parameter — which does fuzzy word matching and can collide on overlapping titles (for example, Spectrum Case vs Spectrum 2 Case) — name returns only the item you asked for. When both parameters are supplied, name takes precedence.This makes it straightforward to pull a single item’s live listings or min-ask price without post-filtering the response.See Market Data, GET /v1/listings, and GET /v1/prices.