Skip to content
servasat edited this page May 26, 2011 · 3 revisions
get_stock_all auth_key

example

Request:

{ 
  command: 'get_stock_all',
  data: { 
    auth_key: 'ee11cbb19052e40b07aac0ca060c23ee'
  }
}

Response:

{
  command: 'get_stock_all',
  data: {
    stocks: [
      { resource_id: 1, amount: 30 },
      { resource_id: 2, amount: 15 },
      { resource_id: 5, amount: 10 }
    }
  }
}
Clone this wiki locally