Get station market orders

So I’m trying to get a list of active buy and sell orders from a station (in this case Jita 4-4, StructureID 60003760).

If I use https://esi.tech.ccp.is/latest/?datasource=tranquility#!/Market/get_markets_structures_structure_id

I get as a return:
{
“error”: “Market access denied”
}

How do I do this?

Edit: to be clear, not my orders - just everything that is on the market. I’d prefer to be able to request specific ItemIDs too

That end point is for player owned structures only I believe. To get npc orders you need to use the region endpoint I believe

2 Likes

Hey thanks, that makes sense!

Just confirming that.

No ‘just this station’ endpoint.

if you only want one or two types, you may wish to get them individually, rather than the entire region.

Remember to get all the pages.

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