Skip to content
servasat edited this page Jul 12, 2011 · 2 revisions
bid auction_id bid auth_key

example

Request:

{
  command: 'bid'
  data: {
    auction_id: 98,
    bid: 101,
    auth_key: 'ee11cbb19052e40b07aac0ca060c23ee'
  }
}

Response:

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