-
Notifications
You must be signed in to change notification settings - Fork 26
Get Market Item Orders Histogram
STM edited this page Mar 2, 2024
·
5 revisions
10 unique items query per hour (can query the same 10 items more that)
Authenticated:
TODOMethod:
GETHost:
steamcommunity.comPath:
/market/itemordershistogramQuery Parameters:
Name Type Required Description norenderstring false the request returns JSON only if set to 1 countrystring TODOTODOlanguagestring TODOTODOcurrencystring TODOTODOitem_nameidstring true numeric ID of the item queried two_factorstring TODOTODO
Name Type Description successnumber TODOsell_order_countnumber TODOsell_order_priceobject TODOsell_order_tableobject TODObuy_order_countstring TODObuy_order_pricestring TODObuy_order_table[]array TODObuy_order_table[].pricestring TODObuy_order_table[].quantitystring TODOhighest_buy_orderstring TODOlowest_sell_orderobject TODObuy_order_graph[]array TODObuy_order_graph[].0number TODObuy_order_graph[].1number TODObuy_order_graph[].2string TODOsell_order_graph[]array TODOgraph_max_ynumber TODOgraph_min_xnumber TODOgraph_max_xnumber TODOprice_prefixstring TODOprice_suffixstring TODO
GET https://steamcommunity.com/market/itemordershistogram?norender=1&country=NL&language=english¤cy=3&item_nameid=176000861&two_factor=0
{
"success": 1,
"sell_order_count": 0,
"sell_order_price": null,
"sell_order_table": null,
"buy_order_count": "2",
"buy_order_price": "0,03€",
"buy_order_table": [
{
"price": "0,03€",
"quantity": "2"
}
],
"highest_buy_order": "3",
"lowest_sell_order": null,
"buy_order_graph": [
[
0.03,
2,
"2 buy orders at 0,03€ or higher"
]
],
"sell_order_graph": [],
"graph_max_y": 2,
"graph_min_x": 0.03,
"graph_max_x": 0,
"price_prefix": "",
"price_suffix": "€"
}