|
|
Description
The Market Orders API retrieves a list of all market orders made on behalf of a corporation.
Call
Result
<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="1">
<currentTime>2007-12-02 14:55:43</currentTime>
<result>
<rowset name="orders" key="orderID" columns="orderID,charID,stationID,volEntered,volRemaining,minVolume,orderState,typeID,range,accountKey,duration,escrow,price,bid,issued">
<row orderID="5630641" charID="150208955" stationID="60010783" volEntered="2891" volRemaining="2889"
minVolume="1" orderState="0" typeID="27351" range="32767" accountKey="1000" duration="90"
escrow="0.00" price="325.00" bid="0" issued="2007-12-02 12:18:18" />
<row orderID="5630643" charID="150208955" stationID="60010783" volEntered="10" volRemaining="10"
minVolume="1" orderState="0" typeID="20418" range="32767" accountKey="1000" duration="30"
escrow="0.00" price="435333.00" bid="0" issued="2007-12-02 13:57:02" />
<row orderID="5630645" charID="150208955" stationID="60010783" volEntered="8" volRemaining="7"
minVolume="1" orderState="3" typeID="5441" range="32767" accountKey="1000" duration="14"
escrow="0.00" price="19628.00" bid="0" issued="2007-12-02 12:19:04" />
<row orderID="5630647" charID="150208955" stationID="60010783" volEntered="7" volRemaining="0"
minVolume="1" orderState="2" typeID="21583" range="32767" accountKey="1000" duration="14"
escrow="0.00" price="56887.00" bid="0" issued="2007-12-02 12:19:22" />
<row orderID="5630652" charID="150208955" stationID="60010783" volEntered="155" volRemaining="155"
minVolume="1" orderState="0" typeID="27359" range="-1" accountKey="1000" duration="1"
escrow="9195.56" price="250.00" bid="1" issued="2007-12-02 13:58:23" />
<row orderID="5630653" charID="150208955" stationID="60010783" volEntered="155" volRemaining="155"
minVolume="1" orderState="0" typeID="27359" range="0" accountKey="1000" duration="1"
escrow="9195.56" price="250.00" bid="1" issued="2007-12-02 13:58:31" />
<row orderID="5630654" charID="150208955" stationID="60010783" volEntered="1234" volRemaining="1234"
minVolume="1" orderState="0" typeID="27359" range="32767" accountKey="1000" duration="1"
escrow="73208.50" price="250.00" bid="1" issued="2007-12-02 13:58:41" />
<row orderID="5630655" charID="150208955" stationID="60010783" volEntered="131" volRemaining="131"
minVolume="1" orderState="0" typeID="27359" range="1" accountKey="1000" duration="1"
escrow="7771.73" price="250.00" bid="1" issued="2007-12-02 13:58:48" />
<row orderID="5630656" charID="150208955" stationID="60010783" volEntered="1334" volRemaining="1334"
minVolume="1" orderState="0" typeID="27359" range="2" accountKey="1000" duration="1"
escrow="79141.11" price="250.00" bid="1" issued="2007-12-02 13:58:56" />
</rowset>
</result>
<cachedUntil>2007-12-02 15:55:43</cachedUntil>
</eveapi>
Result attributes
| Name
| Type
| Description
|
| orderID
| int
| ID for this order.
|
| charID
| int
| Character ID that placed this order.
|
| stationID
| int
| Station ID where the order was placed.
|
| volEntered
| int
| Quantity of items initially entered to be bought/sold.
|
| volRemaining
| int
| Quantity of items needed to complete the order.
|
| minVolume
| int
| Minimum quantity to be bought per transaction. (applies to buy/bid orders only)
|
| orderState
| int
| Flag for status of the order.
|
| typeID
| int
| itemType ID for the items being bought / sold.
|
| range
| int
| The range of the order.
|
| accountKey
| int
| Which account/wallet this order is associated with.
|
| duration
| int
| How many days the the order will be active.
|
| escrow
| decimal
| The amount of ISK in escrow.
|
| price
| decimal
| Cost per unit for the order.
|
| bid
| bool
| True if order is a bid/buy order.
|
| issued
| date string
| Date and time when order was issued.
|
Top Contributors For This Page
|