Toribash
Original Post
is the market API still functional?
I'm wondering if this is still being maintained? I'm trying to write a wrapper for the API in python, but any request that requires a token responds with:
json code:
{'echo': '', 'messages': {'error': 'Your request cannot be   completed.', 'warning': '', 'success': '', 'info': ''}}



Maybe I'm just doing something wrong. I don't really know web stuff at all


Will clean up and post my code if that is relevant


edit: code is here
check market.py for the wrapper and main.py for implementation
Last edited by SlyBash; Oct 22, 2018 at 09:28 AM.
What's the request you're sending?
bank_ajax.php only supports get_userinfo, get_inventory and get_items requests now, everything else is TSA only.