GET /client/market
Returns items currently available on the market for purchase (withdrawal). Supports search, filtering, sorting, and pagination. Authentication: Client Token (Authorization header)
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
Response Fields
| Field | Type | Description |
|---|---|---|
items | Item[] | Available market items |
count | number | Total matching items (for pagination) |
Key Item Fields for Withdrawals
| Field | Description |
|---|---|
id | Pass back as itemId in the withdrawal request |
offer.price | Purchase cost in USD — pass this back as items[].price in the withdrawal request |
offer.delivery | "standard" (bot sources from supplier and sends a Steam trade offer) or "instant" (item already pre-positioned on the bot) |
Rate Limits
| Merchant Status | Limit |
|---|---|
| Verified | 300 requests / min |
| Unverified | 30 requests / min |