StockX Data API. Build with market context.

Bring StockX product and asking-price data into your own application.

Live API · Free account. Test key in seconds. No card required.
REST + GraphQL

Inside the response

01Style-code matching
02Size-level price fields
03Country and currency context
04Source freshness information
Read the docs
01

A data feed for your application.

This integration is intended for product matching, price comparison and market displays. It does not place orders, manage a StockX seller account or execute trades. KicksAPI is an independent project and is not an official StockX product or partner.

02

Keep the market with the price.

A EUR offer for the Netherlands may differ from a US offer after currency, delivery and marketplace rules are considered. Store the market, currency, size and delivery type with each price. Show when it was observed so users can judge whether it is current enough for their decision.

03

Build on it from day one.

StockX asking prices are available per size, country and currency with the observation time of every value. Create your account, mint a key and pull the products you stock; coverage grows with what our users query. KicksAPI is independent and not affiliated with StockX.

The next step is a working integration.

Bring StockX product and asking-price data into your own application.

  1. Create your account and mint a test key.
  2. Top up your balance and pick the plan that covers your markets.
  3. Connect your app through REST or GraphQL.
Monthly plan

Builder

59/ month

100,000 API requests / month
Overage €0.90 per 1,000 requests

Get StockX dataCompare all plansPer month, excluding VAT, drawn from a prepaid balance. Switch or stop at any time.

Good data. Great possibilities.

Choose REST or GraphQL, switch markets and see the matching request and response. The sample below is static; your key returns current market data.

Sample responseKA—001
SAMPLE SNEAKER / EU 42
KICKSAPI ORIGINAL

Concept 01

KA-001 / EU 42

Price189.00

Static sample · the live API returns current market data

API style
GET /v1/products/ka_concept_001/prices
{
  "id": "ka_concept_001",
  "name": "KicksAPI Concept 01",
  "style_code": "KA-001",
  "market": "NL",
  "currency": "EUR",
  "variants": [
    {
      "size": "42",
      "size_system": "EU",
      "asking_price": 189
    }
  ],
  "source": "stockx",
  "observed_at": "2026-09-10T08:00:00Z"
}
Live APIREST / JSON

Good questions. Clear answers.

Is this the official StockX API?

No. KicksAPI is an independent data service and not affiliated with or endorsed by StockX. Prices carry their source and observation time so your users know where a value came from.

Is KicksAPI available now?

Yes. Create a free account, mint a test key and pick a monthly plan for live data. Plans are activated on your account, usually the same day, and you can change or cancel at any time.

Will the prices be real time?

Prices are collected as daily snapshots. Freshness depends on the source and market, and every value carries its observation time. A daily update does not guarantee that the underlying marketplace observation is less than 24 hours old.

Get StockX data

Bring StockX product and asking-price data into your own application.

Get StockX data