SCMBot icon indicating copy to clipboard operation
SCMBot copied to clipboard

New market sell/buy feature

Open miffril opened this issue 10 years ago • 6 comments

Check new market sell/buy feature http://steamcommunity.com/market/listings/753/303700-Summer%20Adventure%20Card%202

miffril avatar Jun 22 '14 17:06 miffril

It is a nice addition. Will they extend it to all items?

API: http://steamcommunity.com/market/itemordershistogram?language=english&currency=3&item_nameid=14506291

The item_nameid is some id but I don't know how to get it for another item

andrepcg avatar Jun 23 '14 16:06 andrepcg

It won't extend to all the game items.

UgaBugaBoo avatar Jun 25 '14 19:06 UgaBugaBoo

i am still getting that jason error is it still working for u ?

YagneshDave avatar Jun 26 '14 23:06 YagneshDave

And orders very easy to use. Create order. Post url: https://steamcommunity.com/market/createbuyorder/ With data: sessionid=XXXXXX&currency=X&appid=XXX&market_hash_name=XXXXX&price_total=XX&quantity=X Json Response: {"success":1,"buy_orderid":"XXXXXXXXX"} Checking order status. Get url: http://steamcommunity.com/market/getbuyorderstatus/?sessionid=XXXXXXXXX&buy_orderid=XXXXXXXXX Json Response: {"success":1,"active":0,"purchased":1.....and so on...

"item_nameid" Value @andrepcg You'll find it after item page was loaded. Find in html code: Market_LoadOrderSpread(

P.S. :metal:

Maxx53 avatar Jul 01 '14 10:07 Maxx53

So, now (about one year later) "buy order"-interface items are not buying through "market/buylisting/".

Maxx53 avatar May 15 '15 09:05 Maxx53

Hello, Is this still valid?

antekeli avatar Sep 18 '22 09:09 antekeli