Hello Devlopers.
I want to get the price information of a particular item in an alliance structure in Excel.
So I did search and refer to this page. https://goo.gl/uGUFqE
It was a great description so i succeeded in getting the order list.
use request url : https://esi.evetech.net/latest/markets/structures/{structure_id}/
However, I found that there are up to 1000 limitations to this request.
There are many orders in the structure of the alliance, and there is no order information of the items I want in the return list.
I think that when make a request, i will be able to get complete information using the typeID of the item.
But I have not found a way.
Is there a solution? or any other way to get structure market data, let me know.