List historical orders from a corporation
GET
/corporations/{corporation_id}/orders/history/
Market
/dev/corporations/{corporation_id}/orders/history/
/v2/corporations/{corporation_id}/orders/history/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://esi.evetech.net/latest/corporations//orders/history/'
Response Response Example
200 - response
[
{
"duration": 30,
"escrow": 45.6,
"is_buy_order": true,
"issued": "2023-08-15T09:13:17.872Z",
"issued_by": 2112625428,
"location_id": 456,
"min_volume": 1,
"order_id": 123,
"price": 33.3,
"range": "station",
"region_id": 123,
"state": "expired",
"type_id": 456,
"volume_remain": 4422,
"volume_total": 123456,
"wallet_division": 1
}
]
Request
Path Params
corporation_id
integerÂ
required
Query Params
datasource
stringÂ
optional
page
integerÂ
optional
token
stringÂ
optional
Header Params
If-None-Match
stringÂ
optional
Responses
Modified at 2023-08-15 09:13:25