Good evening and maybe in / corporations / {corporation_id} / orders /
add order holder Is it also possible to see the history of the ordela (price change)
Not super sure exactly what youāre asking. However no, in order to see a history of an order, i.e. sold x units at y cost etc, would have to do that manually. ESI just returns the current state of the order.
Sorry for my English. But is it still possible to get the owner of the order ?.
The state of an order does not include who placed it.
For /corporations/{corporation_id}/orders/ you could look at issued_by, which represents the ID of the character who created the order.
No. List open market orders placed on behalf of a corporation.
And I need to know the author of the order. if the order was placed not from the corporation
/corporations/{corporation_id}/orders/ would return Open market orders placed on behalf of a corporation, which is what you want? issued_by would be who created that specific order.
If you area talking about /markets/{region_id}/orders/, i.e. the public market. Then @ISD_Sakimura is correct in saying there is no way to know who created each order.
[/markets/structures/{structure_id}/]
Speech about the warrant structure (owned by the corporation)
[/corporations/{corporation_id}/wallets/{division}/journal/]
here you can see the brokerage tax. but it cannot be unambiguously determined by which orders
Not sure super what youāre asking here. But, you cannot know who created each order fetched via this endpoint, since they are still public market orders.
Iām pretty sure there should be some id in the the object that points to the order_id it relates to. I donāt have an example to test with atm, but Iām quite sure thatās the case.
{
āamountā: nnnn,
ābalanceā:nnnnnnn,
ādateā: ānnnnnnnnā,
ādescriptionā: āMarket order commission to broker authorized by: nnnnnnnā,
āfirst_party_idā: nnnnnnn,
āidā: nnnnnnnnnnn,
āref_typeā: ābrokers_feeā,
āsecond_party_idā: nnnnnnn
},
The journal have context_id and context_id_type (market_transaction_id) to link it to a transaction_id, however, it does not have an order_id.
It have been requested to add order_id to transactions: https://github.com/esi/esi-issues/issues/82 - give the issue an
if itās important to you.
Thank. Exactly what is needed
I would like to add that others have linked orders and transactions by comparing: type_id, location_id, quantity | volume_total | volume_remain, unit_price | price ā¦you may be able to improve the comparison even more (Itās not something I have any experience with). But, in short, Itās a fuzzy comparison that can have collisions.
I know what is fuzzy. but unfortunately that is.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.