GET /secure/market
Merchant-facing equivalent ofGET /client/market. Returns marketplace items the merchant can buy via POST /secure/buy. Same listings the merchant’s clients see.
Authentication: Merchant API Key (api-key header)
Scope: CORE_ACCESS
Request
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
game | string | 730 | "730" (CS2) or "252490" (Rust) |
search | string | — | Search by item name (max 100 chars) |
sort | string | — | relevance, priceAsc, priceDesc, nameAsc, or nameDesc |
minPrice | number | — | Minimum price filter (USD) |
maxPrice | number | — | Maximum price filter (USD) |
page | number | 1 | Page number |
perPage | number | 50 | Items per page (min 1, max 1000) |
Response
GET /client/market for the full field list and the Item type.
Items sourced from the AssetPay autoseller pool (self-owned, instant delivery) additionally carry previewToken (Steam inspect/preview token) and botInfo (the holding bot). Third-party marketplace listings expose an inspect link upstream and have no previewToken.
Rate Limits
| Merchant Status | Limit |
|---|---|
| Verified | 3,000 requests / min |
| Unverified | 100 requests / min |