[Market] Search the lowest price by Hashname
Return the lowest price and quantity of items available for sale under the specified Hashname.
Curl request
HTTP request
Request body
Table 1. Request fields
marketHashName
String
Steam market item hash name. One must be filled in with itemId
apiKey
String
api key
phase
String
[optional], Doppler: p1, p2, p3, p4, ruby, sapphire, blackpearl, emerald. Please use lowercase letters for the phase type in your request.
delivery
String
[optional], valid values are "P2P"(manual delivery) or "Bot"(automatic delivery). Please use exactly the same input as provided, for unrecognized values will be ignored.
HTTP response
Table 2. Response fields
message
String
Response Message.
code
Number
Response code.
data
Object
Actual data.
data.marketHashName
String
Steam market item hash name.
data.itemId
Number
Steam market item id.
data.price
String
The lowest price on sale (in US dollars).
data.count
Number
quantity on sale
Last updated