Skip to content

Request a "Orders In System/Station" market endpoint #1461

@ThePhilderbeast

Description

@ThePhilderbeast

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 description is provided
  • Use case exists
  • Feature requires a new route
  • Feature adds data to existing route
  • Feature requires new auth scope
  • Feature can reuse existing scope
  • Feature does not require auth
  • Meta feature, applies to all routes

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions