List orders in a structure
GET
/markets/structures/{structure_id}/
Market
/dev/markets/structures/{structure_id}/
/legacy/markets/structures/{structure_id}/
/v1/markets/structures/{structure_id}/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://esi.evetech.net/latest/markets/structures//'
Response Response Example
200 - response
[
{
"duration": 90,
"is_buy_order": false,
"issued": "2023-08-15T09:13:17.882Z",
"location_id": 1020988381992,
"min_volume": 1,
"order_id": 4623824223,
"price": 9.9,
"range": "region",
"type_id": 34,
"volume_remain": 1296000,
"volume_total": 2000000
}
]
Request
Path Params
structure_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