Skip to content

Get Market Price Overview

Revadike edited this page Jul 23, 2021 · 8 revisions

GET /market/priceoverview

Rate limits

No known rate limit

Request

Authenticated: No

Method: GET

Host: steamcommunity.com

Path: /market/priceoverview/

Query Parameters:

Name Type Required Description
country string No Country code
currency string No Currency (default: $)
appid string Yes TODO
market_hash_name string Yes TODO

Response

200 OK

Name Type Description
success boolean TODO
lowest_price string TODO
volume string TODO
median_price string TODO

Example

GET https://steamcommunity.com/market/priceoverview/?country=NL&currency=3&appid=578080&market_hash_name=Raglan%20T-shirt%20%28Red-White%29
{
    "success": true,
    "lowest_price": "0,03€",
    "volume": "435",
    "median_price": "0,01€"
}

Clone this wiki locally