Skip to content
servasat edited this page Jul 12, 2011 · 1 revision
get_auction auction_id

example

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
  }
}
Clone this wiki locally