GET /secure/prices
Returns current offer prices for items in a specific game. Use this to sync pricing data into your own database or display price information without fetching a specific user’s inventory. Authentication: API Key (api-key header, requires CORE_ACCESS scope)
Request
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
game | number | 730 | Game app ID (730 = CS2, 252490 = Rust) |
Response (CS2)
CS2 Response Fields
| Field | Type | Description |
|---|---|---|
marketHashName | string | Item’s market hash name |
accepted | boolean | Whether the item is currently accepted for trading |
price | number | Current offer price in USD |
Response (Rust)
Rust Response Fields
| Field | Type | Description |
|---|---|---|
marketHashName | string | Item’s market hash name |
overstockLimit | number | Maximum quantity accepted |
depositPrice | number | Price paid for deposits (USD) |
withdrawPrice | number | Price charged for withdrawals (USD) |
Rate Limits
| Merchant Status | Limit |
|---|---|
| Verified | 1,000 requests / hour |
| Unverified | 100 requests / hour |