Get Batch Prices

I was wondering if there is an efficient way to get the pair prices. I found:

http://steamcommunity.com/market/priceoverview/?country=DEΒ€cy=3&appid=730&market_hash_name=P90%20%7C%20Asiimov%20%28Factory%20New%29

You only get JSON with "lower_price". How can I get the JSON with the 3 lowest prices?

+3


source to share


1 answer


I use

render start = 0 &? Qty = 10 & Currency = 3 & Language = English & Format = JSON



Currency: 1 for USD, 2 for GBP, 3 for EUR, 5 for RUB

http://steamcommunity.com/market/listings/730/StatTrak%E2%84%A2%20AK-47%20%7C%20Blue%20Laminate%20%28Factory%20New%29/render?start=0&count=10Β€cy= 3 & language = english & format = json

+7


source







All Articles