CurrentlyShown

@Serializable
data class CurrentlyShown(val itemId: Int, val worldId: Short? = null, val lastUploadTime: Long, val listings: List<Listing>? = null, val recentHistory: List<Sale>? = null, val dcName: String? = null, val regionName: String? = null, val currentAveragePrice: Double, val currentAveragePriceNq: Double, val currentAveragePriceHq: Double, val regularSaleVelocity: Double, val nqSaleVelocity: Double, val hqSaleVelocity: Double, val averagePrice: Double, val averagePriceNq: Double, val averagePriceHq: Double, val minPrice: Int, val minPriceNq: Int, val minPriceHq: Int, val maxPrice: Int, val maxPriceNq: Int, val maxPriceHq: Int, val stackSizeHistogram: Map<String, Int>? = null, val stackSizeHistogramNq: Map<String, Int>? = null, val stackSizeHistogramHq: Map<String, Int>? = null, val worldName: String? = null, val worldUploadTimes: Map<String, Long>? = null) : MarketBoard

Constructors

Link copied to clipboard
constructor(itemId: Int, worldId: Short? = null, lastUploadTime: Long, listings: List<Listing>? = null, recentHistory: List<Sale>? = null, dcName: String? = null, regionName: String? = null, currentAveragePrice: Double, currentAveragePriceNq: Double, currentAveragePriceHq: Double, regularSaleVelocity: Double, nqSaleVelocity: Double, hqSaleVelocity: Double, averagePrice: Double, averagePriceNq: Double, averagePriceHq: Double, minPrice: Int, minPriceNq: Int, minPriceHq: Int, maxPrice: Int, maxPriceNq: Int, maxPriceHq: Int, stackSizeHistogram: Map<String, Int>? = null, stackSizeHistogramNq: Map<String, Int>? = null, stackSizeHistogramHq: Map<String, Int>? = null, worldName: String? = null, worldUploadTimes: Map<String, Long>? = null)

Properties

Link copied to clipboard

The average sale price, with outliers removed beyond 3 standard deviations of the mean

Link copied to clipboard
@SerialName(value = "averagePriceHQ")
val averagePriceHq: Double

The average HQ sale price, with outliers removed beyond 3 standard deviations of the mean

Link copied to clipboard
@SerialName(value = "averagePriceNQ")
val averagePriceNq: Double

The average NQ sale price, with outliers removed beyond 3 standard deviations of the mean

Link copied to clipboard

The average listing price, with outliers removed beyond 3 standard deviations of the mean

Link copied to clipboard
@SerialName(value = "currentAveragePriceHQ")
val currentAveragePriceHq: Double

The average HQ listing price, with outliers removed beyond 3 standard deviations of the mean

Link copied to clipboard
@SerialName(value = "currentAveragePriceNQ")
val currentAveragePriceNq: Double

The average NQ listing price, with outliers removed beyond 3 standard deviations of the mean

Link copied to clipboard
val dcName: String? = null

The DC name, if applicable

Link copied to clipboard

The average number of HQ sales per day, over the past seven days (or the entirety of the shown sales, whichever comes first)

Link copied to clipboard
@SerialName(value = "itemID")
val itemId: Int

The item ID

Link copied to clipboard

The last upload time for this endpoint, in milliseconds since the UNIX epoch

Link copied to clipboard
val listings: List<Listing>? = null

The currently-shown listings

Link copied to clipboard

The maximum listing price

Link copied to clipboard
@SerialName(value = "maxPriceHQ")
val maxPriceHq: Int

The maximum HQ listing price

Link copied to clipboard
@SerialName(value = "maxPriceNQ")
val maxPriceNq: Int

The maximum NQ listing price

Link copied to clipboard

The minimum listing price

Link copied to clipboard
@SerialName(value = "minPriceHQ")
val minPriceHq: Int

The minimum HQ listing price

Link copied to clipboard
@SerialName(value = "minPriceNQ")
val minPriceNq: Int

The minimum NQ listing price

Link copied to clipboard

The average number of NQ sales per day, over the past seven days (or the entirety of the shown sales, whichever comes first)

Link copied to clipboard
val recentHistory: List<Sale>? = null

The currently-shown sales

Link copied to clipboard
val regionName: String? = null

The region name, if applicable

Link copied to clipboard

The average number of sales per day, over the past seven days (or the entirety of the shown sales, whichever comes first)

Link copied to clipboard

A map of quantities to listing counts, representing the number of listings of each quantity

Link copied to clipboard
@SerialName(value = "stackSizeHistogramHQ")
val stackSizeHistogramHq: Map<String, Int>? = null

A map of quantities to HQ listing counts, representing the number of listings of each quantity

Link copied to clipboard
@SerialName(value = "stackSizeHistogramNQ")
val stackSizeHistogramNq: Map<String, Int>? = null

A map of quantities to NQ listing counts, representing the number of listings of each quantity

Link copied to clipboard
@SerialName(value = "worldID")
val worldId: Short? = null

The world ID, if applicable

Link copied to clipboard
val worldName: String? = null

The world name, if applicable

Link copied to clipboard

The last upload times in milliseconds since epoch for each world in the response, if this is a DC request