Eve Market API Missing Data

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.

Are you getting all pages? Check for the x-pages header
EVE Swagger Interface will show what parameters you can add and if the return have pages or not.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.