GET
/
api
/
v2
/
stockx
/
product
/
history
curl --location --request GET 'https://piloterr.com/api/v2/stockx/product/history?query=nike-air-max-1-travis-scott-wheat&currency=EUR' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
{
    "sales_information": {
        "annual_high": 493,
        "annual_low": 109,
        "volatility": 0.114592,
        "price_premium": 1.022
    },
    "dead_stock": {
        "range_low": 252,
        "range_high": 316,
        "average_price": 275,
        "sold": 9517
    }
}
x-api-key
string
required

This parameter specifies the private key you’ll need for Piloterr access.

Parameters

query
string

Product query : air-jordan-3-retro-white-cement-reimagined. Please avoid using IDs such as c318bbcc-312a-4396-9252-698c203d1dea`.

currency
string

Currency code : USD or EUR or GBP

Response

object
History Object
sales_information
Sales Information Object
annual_high
number

Annual high price

annual_low
number

Annual low price

volatility
number

Volatility

price_premium
number

Price premium

dead_stock
Dead Stock Object
range_low
number

Range low price

range_high
number

Range high price

average_price
number

Average price

sold
number

Number of sold items