@kayahr/edsm
    Preparing search index...

    Function getStationMarket

    • Returns information about market in a station.

      Parameters

      • marketId: number

        The market ID.

      Returns Promise<StationMarketResponse>

      The information about market in given station.

      NotFoundException - When market was not found.

    • Returns information about market in a station.

      Parameters

      • systemName: string

        The system name.

      • stationName: string

        The station name.

      • Optionalparams: SystemIdRequestOptions

        Optional parameters.

      Returns Promise<StationMarketResponse>

      The information about market in given station.

      NotFoundException - When market was not found.