Sneaker Price History API. Turn snapshots into perspective.

Build price charts and alerts from timestamped sneaker snapshots.

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

Inside the response

01Chart prices over time
02Compare like-for-like snapshots
03Power watchlists and alerts
04Daily price snapshots
Read the docs
01

Build charts with a clear timeline.

Timestamped snapshots give your app a foundation for trend charts and watchlists. Keep product, size and market consistent across observations so a changed variant does not appear as a price movement.

02

Make freshness visible.

Store the source observation time with each value. Your app can show how old a snapshot is and distinguish an unchanged observation from a new price. Gaps remain gaps rather than invented points on a chart.

03

Choose the history your feature needs.

Price history is included on Builder and Scale. Snapshots are collected daily per product, size and market; the available depth per product depends on when we started observing it and is returned with every history response.

The next step is a working integration.

Build price charts and alerts from timestamped sneaker snapshots.

  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 price historyCompare 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.

How much price history can I access?

Daily snapshots per product, size and market, included on Builder and Scale. Depth per product depends on when we started observing it; the history endpoint returns the earliest available date so your chart can show it.

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 price history

Build price charts and alerts from timestamped sneaker snapshots.

Get price history