[Market] Fetch all items on sale V1
Fetch all items in market and their min price and count.
HTTP request
Table 4. Request fields
Path
Type
Description
apiKey
String
api key
HTTP response
Table 5. Response fields
Path
Type
Description
message
String
Response Message.
code
Number
Response code.
data
Array
Actual data.
data.total
Number
Total number of market templates
data.items
Array
market list
data.items.[].marketHashName
String
market hash name
data.items.[].sellingPriceMin
String
The lowest price on sale (in US dollars).
data.items.[].sellingCount
Number
Quantity on sale.
data.items.[].Ruby
Object
Doppler attribute:Ruby,Sapphire,BlackPearl,Emerald,Phase1,Phase2,Phase3,Phase4
data.items[].Ruby.sellingCount
Number
quantity on sale
data.items[].Ruby.sellingPriceMin
String
Lowest price
Last updated