Skip to content
servasat edited this page May 25, 2011 · 2 revisions
get_auctions_all

example

Request:

{
  command: 'get_auctions_all',
  data: { }
}

Response:

{
  command: 'get_auctions_all',
  data: [
    {
      auction_id: 92, 
      resource_id : 9,
      amount: 100,
      user_id: 5,
      price: 138.793,
      timeleft_sec: 20000
    },
    {
      auction_id: 102, 
      resource_id : 9,
      amount: 5,
      user_id: 2,
      price: 32.332,
      timeleft_sec: 2343432
    },
    {
      auction_id: 103, 
      resource_id : 2,
      amount: 50, 
      user_id: 5,
      price: 34.111,
      timeleft_sec: 2323223
    }
  ]
}
Clone this wiki locally