We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
get_auction auction_id
Request:
{ command: 'get_auction', data: { auction_id: 9 } }
Response:
{ command: 'get_auction', data: { auction_id: 9, resource_id : 9, amount: 100, user_id: 5, price: 138, timeleft_sec: 20000 } }