-
Notifications
You must be signed in to change notification settings - Fork 0
create_auction
servasat edited this page Jun 27, 2011
·
4 revisions
create_auction resource_id amount price timeleft_sec auth_key
Request:
{
command: 'create_auction',
data: {
resource_id : 2,
amount: 10,
price: 89,
duration: 80000
}
}
Response:
{
command: 'create_auction',
data: {
auction_id: 190
}
}