These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Retrieve open market orders [excel]

Author
YoHoBro
Doomheim
#1 - 2015-06-10 21:48:53 UTC  |  Edited by: YoHoBro
Could someone please link me to a source for pulling open market orders from my API? Everything that I have found so far refers to pulling my previous transactions - which I am not interested in doing at the moment.

This is the best I found, but I don't think I fully understand what I am supposed to do: http://wiki.eve-id.net/APIv2_Char_MarketOrders_XML#.2Fchar.2FMarketOrders.xml.aspx

To be clear: I understand how to find my character ID and API info.

Thanks.
YoHoBro
Doomheim
#2 - 2015-06-10 21:55:22 UTC  |  Edited by: YoHoBro
Sorry - wanted to edit but clicked on quote instead.
Jarno Midumulf
Riders of Sleipnir
Backdoor Crashers
#3 - 2015-06-15 07:49:03 UTC
if you read the "orderState" line you see "MarketOrders.xml.aspx will now return all active orders plus all orders issued in the last 7 days. An optional "orderID" parameter can be provided to fetch any order belonging to your character/corporation."

this means you can see the state off an order:
0 = open/active, 1 = closed, 2 = expired (or fulfilled), 3 = cancelled, 4 = pending, 5 = character deleted.

in your case you need to add "orderState=0" to your request url.