GET
/
api
/
v2
/
stockx
/
product
/
activity
curl --location --request GET 'https://piloterr.com/api/v2/stockx/product/activity?query=lego-star-wars-tie-fighter-set-9492&type=bid' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
{
    "bids": [
    {
        "amount": "348",
        "count": 1,
        "size": "12.5"
    },
    {
        "amount": "329",
        "count": 1,
        "size": "11.5"
    },
    {
        "amount": "317",
        "count": 1,
        "size": "10"
    },
    {
        "amount": "309",
        "count": 1,
        "size": "9.5"
    },
    {
        "amount": "308",
        "count": 1,
        "size": "11.5"
    },
    {
        "amount": "307",
        "count": 1,
        "size": "10"
    },
    {
        "amount": "304",
        "count": 1,
        "size": "12"
    },
    {
        "amount": "303",
        "count": 1,
        "size": "11"
    },
    {
        "amount": "303",
        "count": 1,
        "size": "10.5"
    },
    {
        "amount": "298",
        "count": 2,
        "size": "10"
    },
    {
        "amount": "298",
        "count": 1,
        "size": "12"
    },
    {
        "amount": "297",
        "count": 1,
        "size": "10.5"
    },
    {
        "amount": "296",
        "count": 1,
        "size": "9.5"
    },
    {
        "amount": "294",
        "count": 1,
        "size": "10.5"
    },
    {
        "amount": "294",
        "count": 1,
        "size": "12"
    },
    {
        "amount": "294",
        "count": 1,
        "size": "10"
    },
    {
        "amount": "292",
        "count": 1,
        "size": "8.5"
    },
    {
        "amount": "290",
        "count": 1,
        "size": "10.5"
    },
    {
        "amount": "290",
        "count": 1,
        "size": "12.5"
    },
    {
        "amount": "287",
        "count": 1,
        "size": "10"
    },
    {
        "amount": "287",
        "count": 1,
        "size": "13"
    },
    {
        "amount": "287",
        "count": 1,
        "size": "12.5"
    },
    {
        "amount": "286",
        "count": 1,
        "size": "8.5"
    },
    {
        "amount": "286",
        "count": 1,
        "size": "8"
    },
    {
        "amount": "285",
        "count": 1,
        "size": "8.5"
    },
    {
        "amount": "285",
        "count": 1,
        "size": "8"
    },
    {
        "amount": "285",
        "count": 2,
        "size": "10"
    },
    {
        "amount": "284",
        "count": 1,
        "size": "8.5"
    },
    {
        "amount": "283",
        "count": 1,
        "size": "9.5"
    },
    {
        "amount": "282",
        "count": 1,
        "size": "10"
    },
    {
        "amount": "282",
        "count": 1,
        "size": "11"
    },
    {
        "amount": "281",
        "count": 1,
        "size": "9.5"
    },
    {
        "amount": "281",
        "count": 1,
        "size": "10"
    },
    {
        "amount": "281",
        "count": 1,
        "size": "10.5"
    },
    {
        "amount": "280",
        "count": 1,
        "size": "13"
    },
    {
        "amount": "278",
        "count": 1,
        "size": "8"
    },
    {
        "amount": "276",
        "count": 1,
        "size": "10.5"
    },
    {
        "amount": "276",
        "count": 2,
        "size": "10"
    },
    {
        "amount": "276",
        "count": 1,
        "size": "13"
    },
    {
        "amount": "276",
        "count": 4,
        "size": "9.5"
    },
    {
        "amount": "276",
        "count": 2,
        "size": "12"
    },
    {
        "amount": "275",
        "count": 1,
        "size": "11.5"
    },
    {
        "amount": "275",
        "count": 1,
        "size": "8.5"
    },
    {
        "amount": "275",
        "count": 3,
        "size": "10.5"
    },
    {
        "amount": "275",
        "count": 1,
        "size": "9"
    },
    {
        "amount": "275",
        "count": 1,
        "size": "12"
    },
    {
        "amount": "274",
        "count": 1,
        "size": "10.5"
    },
    {
        "amount": "274",
        "count": 1,
        "size": "11"
    },
    {
        "amount": "272",
        "count": 2,
        "size": "8.5"
    },
    {
        "amount": "272",
        "count": 1,
        "size": "11.5"
    }
    ],
    "asks": [],
    "sales": []
}
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`.

type
string

Type : ask, bid, or sale

country
string

Country code : US or FR or GB

currency
string

Currency code : USD or EUR or GBP

Response

object
Product Object
bids
list
amount
string

Amount of the bid.

count
string

Number of bids.

size
string

Size of the bid.

asks
list
amount
string

Amount of the ask.

count
string

Number of asks.

size
string

Size of the ask.

sales
list
amount
string

Amount of the sale.

size
string

Size of the sale.

created_at
string

Date of the sale.