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.
 

How to link MarketOrders to WalletTransactions ?

Author
Zebullon
Tournicoton Security
#1 - 2012-10-31 10:10:22 UTC
Hi all,

I'm trying to link an order from "marketOrders" API to a transaction from "walletTransactions" API or "walletJournal" API...
(to retrieve the list of transactions already carried out this order)

Is it possible ?

Thank you in advance for your answers

Zebullon
Acid Kanshi
AIFAM
#2 - 2012-10-31 13:29:11 UTC  |  Edited by: Acid Kanshi
http://wiki.eve-id.net/APIv2_Char_MarketTransactions_XML

marketTransactions have parameter "journalTransactionID" which is ID from journal related to that row.

EDIT: Oh nvm, I understood you wrong. I don't think there is a relation from marketOrders to wallet transactions or journal directly, to answer your question, but you can play with other parameters like location/station ID and item typeID etc. Match marketOrder location and item typeID with walletTransaction location and item typeID.

EVE-Cost is a manufacturing tool for EVE players. http://www.eve-cost.eu

Zebullon
Tournicoton Security
#3 - 2012-10-31 13:47:27 UTC
Problems appear when several orders are for the same typeID...
The markerOrders API is only updated every hour, it becomes difficult to link orders if many sales are made in same time for different orders (but for same typeID).

if this is not possible, I will make without that...

Thanks for you response.