Feature Request
Please provide a short description of your feature request here. E.g.:
It would be nice to be able to pull all markets orders in a System or Station in a single API call without the need to filter down from an entire region.
Use case
Who would be the primary consumers of this feature? E.g.:
This would be used for industrialists, in particular for checking prices in market hubs without having to retrieve and filter the entire regions orders.
Authentication
Does this feature require a new scope, an existing scope, or no scope? E.g.:
A public route, no auth required.
Example return
Propose what an example return might look like. E.g.:
[
{
"duration": 0,
"is_buy_order": true,
"issued": "2019-08-24T14:15:22Z",
"location_id": 0,
"min_volume": 0,
"order_id": 0,
"price": 0,
"range": "station",
"system_id": 0,
"type_id": 0,
"volume_remain": 0,
"volume_total": 0
}
]
the same as the existing market orders endpoints.
Checklist
Check all boxes that apply to this issue:
Feature Request
Please provide a short description of your feature request here. E.g.:
It would be nice to be able to pull all markets orders in a System or Station in a single API call without the need to filter down from an entire region.
Use case
Who would be the primary consumers of this feature? E.g.:
This would be used for industrialists, in particular for checking prices in market hubs without having to retrieve and filter the entire regions orders.
Authentication
Does this feature require a new scope, an existing scope, or no scope? E.g.:
A public route, no auth required.
Example return
Propose what an example return might look like. E.g.:
[ { "duration": 0, "is_buy_order": true, "issued": "2019-08-24T14:15:22Z", "location_id": 0, "min_volume": 0, "order_id": 0, "price": 0, "range": "station", "system_id": 0, "type_id": 0, "volume_remain": 0, "volume_total": 0 } ]the same as the existing market orders endpoints.
Checklist
Check all boxes that apply to this issue: