List item prices
Auth context: merchant only. On-Behalf-Of rejected.
Page-paginated catalog feed of per-item floors: instant (C5 auto-deliver)
and standard (the cheapest live listing, the same value /market/search
returns). Either may be null when the item has no matching live listing —
null means “nothing listed”, not zero. Prices are decimal USD dollars
(2dp), never cents. Pass limit=-1 to return the whole catalog in one
response (no pagination).
By default both tiers blend every priced market and include your fee. Use
market to restrict to one marketplace and includeFees=false to get the
raw sourcing price instead.
standard and phases are sourced separately, so standard is not
guaranteed to equal the cheapest phase — a phased item can carry a phases
entry below its own standard.
Authorizations
Your raw API key. Generate, rotate, and revoke keys from the merchant
dashboard. Keys can optionally be bound to one or more allowed source
IPs — requests from any other IP are rejected with API_KEY_IP_DENIED.
Query Parameters
x >= 11–500 per page, or -1 for the entire catalog in one response.
Restrict to one marketplace. 0 (default) blends every priced market;
3 = C5Game, 4 = EcoSteam. Any other index is rejected with 400 —
only markets carrying a buyable floor can be filtered on.
EcoSteam (4) has no auto-deliver tier, so instant is always null
there; it is also the only source of phases.
0 <= x <= 6false returns the raw sourcing price with no house/merchant fee
applied — what the item actually costs on the marketplace. Only the
exact strings true / false are accepted.
true, false