Skip to content
servasat edited this page Jun 27, 2011 · 4 revisions
create_auction resource_id amount price timeleft_sec auth_key

example

Request:

{
  command: 'create_auction',
  data: {
    resource_id : 2,
    amount: 10,
    price: 89,
    duration: 80000
  }
}

Response:

{
  command: 'create_auction',
  data: {
    auction_id: 190
  } 
}
Clone this wiki locally