resale
Contains classes related to Roblox resale.
AssetResaleData
¶
Represents an asset's resale data.
Attributes:
Name | Type | Description |
---|---|---|
asset_stock |
int
|
The asset's stock. |
sales |
int
|
The asset's sales. |
number_remaining |
int
|
On a Limited U item that hasn't ran out, this is the amount remaining. |
recent_average_price |
int
|
The item's recent average price. |
original_price |
int
|
What price this item was originally sold at. |
price_data_points |
List[dict]
|
A list of tuples containing a limited item's price points over time. |
Source code in roblox/resale.py
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
|