v1

latestOpenAPI 3.1.0EVE Developer License2026-07-17208257682.6 KB
Market

List historical orders by a character

List cancelled and expired market orders placed by a character up to 90 days in the past.

get/characters/{character_id}/orders/history

Path parameters

character_idinteger required
Example:90000001

The ID of the character

Query parameters

pageinteger

Which page of results to return.

Headers

Accept-Language'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'

The language to use for the response.

If-None-Matchstring

The ETag of the previous request. A 304 will be returned if this matches the current ETag.

X-Compatibility-Date'2025-12-16' date required

The compatibility date for the request.

X-Tenantstring

The tenant ID for the request.

Response

OK

durationinteger required

Number of days the order was valid for (starting from the issued date). An order expires at time issued + duration

escrownumber double

For buy orders, the amount of ISK in escrow

is_buy_orderboolean

True if the order is a bid (buy) order

is_corporationboolean required

Signifies whether the buy/sell order was placed on behalf of a corporation.

issuedstring date-time required

Date and time when this order was issued

location_idinteger required

ID of the location where order was placed

min_volumeinteger

For buy orders, the minimum quantity that will be accepted in a matching sell order

order_idinteger required

Unique order ID

pricenumber double required

Cost per unit for this order

range'1' | '10' | '2' | '20' | '3' | '30' | '4' | '40' | '5' | 'region' | 'solarsystem' | 'station' required

Valid order range, numbers are ranges in jumps

region_idinteger required

ID of the region where order was placed

state'cancelled' | 'expired' required

Current order state

type_idinteger required

The type ID of the item transacted in this order

volume_remaininteger required

Quantity of items still required or offered

volume_totalinteger required

Quantity of items required or offered at time order was placed