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