Skip to content
This repository was archived by the owner on Jun 19, 2026. It is now read-only.

Latest commit

 

History

History
65 lines (38 loc) · 1.93 KB

File metadata and controls

65 lines (38 loc) · 1.93 KB

EveSwaggerInterface.GetCorporationsCorporationIdOrdersHistory200Ok

Properties

Name Type Description Notes
duration Number Number of days the order was valid for (starting from the issued date). An order expires at time issued + duration
escrow Number For buy orders, the amount of ISK in escrow [optional]
isBuyOrder Boolean True if the order is a bid (buy) order [optional]
issued Date Date and time when this order was issued
issuedBy Number The character who issued this order [optional]
locationId Number ID of the location where order was placed
minVolume Number For buy orders, the minimum quantity that will be accepted in a matching sell order [optional]
orderId Number Unique order ID
price Number Cost per unit for this order
range String Valid order range, numbers are ranges in jumps
regionId Number ID of the region where order was placed
state String Current order state
typeId Number The type ID of the item transacted in this order
volumeRemain Number Quantity of items still required or offered
volumeTotal Number Quantity of items required or offered at time order was placed
walletDivision Number The corporation wallet division used for this order

Enum: RangeEnum

  • _1 (value: "1")

  • _10 (value: "10")

  • _2 (value: "2")

  • _20 (value: "20")

  • _3 (value: "3")

  • _30 (value: "30")

  • _4 (value: "4")

  • _40 (value: "40")

  • _5 (value: "5")

  • region (value: "region")

  • solarsystem (value: "solarsystem")

  • station (value: "station")

Enum: StateEnum

  • cancelled (value: "cancelled")

  • expired (value: "expired")