Skip to main content
GET
List item prices

Authorizations

api-key
string
header
required

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

page
integer
default:1
Required range: x >= 1
limit
integer
default:100

1–500 per page, or -1 for the entire catalog in one response.

market
integer
default:0

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.

Required range: 0 <= x <= 6
includeFees
enum<string>
default:true

false 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.

Available options:
true,
false

Response

OK.

requestId
string
required
success
boolean
required
data
object

Present when success: true. Shape varies per endpoint.

error
object