Skip to content
servasat edited this page May 25, 2011 · 6 revisions
get_money auth_key

example

Request:

{
  command: 'get_money', 
  data: {
    auth_key: 'a3cca2b2aa1e3b5b3b5aad99a8529074' 
  }
}

Response:

{
  command: 'get_money',
  data: {
    money: 2343
  }
}
Clone this wiki locally