Skip to content
servasat edited this page May 25, 2011 · 3 revisions
get_stock resource_id auth_key

example

Request:

{ 
  command: 'get_stock',
  data: { 
    resource_id: 9,
    auth_key : 'ee11cbb19052e40b07aac0ca060c23ee'
  }
}

Response:

{
  command: 'get_stock',
  data: { 
    resource_id: 9,
    amount: 10
  }
}
Clone this wiki locally