Skip to content
servasat edited this page May 28, 2011 · 1 revision
buy_auction auction_id auth_key

example

Request:

{
  command: 'buy_auction'
  data: {
    auction_id: 98,
    auth_key: 'ee11cbb19052e40b07aac0ca060c23ee'
  }
}

Response:

{
  command: 'buy_auction',
  data: {
    auction_id: 98,
    success: true
  }
}
Clone this wiki locally