I am currently trying to learn the eve api to later develop a personal market app
I’ve run into an issue however when using
"
/markets/structures/<structure_id>
"
From what I can tell the api does return all valid market orders, it is however missing MANY of them.
In game I can see 10+ orders for a particular item, yet the api returns no instances of it. (Yes I’m using the correct structure ID and valid access token)
I’m not sure if I’m using the api incorrectly or if there is an error on their part, I would appriciate any help you all have to offer.