ItemPriceHistory - liljaba1337/r6-marketplace GitHub Wiki
ItemPriceHistory : IEnumerable<
ItemPriceHistoryEntry>
Field | Type | Notes |
---|---|---|
AllTimeHigh | int |
The highest price at which the item was sold in the past 30 days. |
AllTimeAverageHigh | int |
The highest daily average price of the item in the past 30 days. |
AllTimeAverageLow | int |
The lowest daily average price of the item in the past 30 days. |
Average | double |
The average price of the item in the past 30 days. |
Represents a single entry (day) in the item price history.
Field | Type | Notes |
---|---|---|
Date | DateTime |
|
LowestPrice | int |
|
AveragePrice | int |
|
HighestPrice | int |
|
ItemsCount | int |