The playground

Try any of 1042 endpoints — live.

Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.

Playground demo key · api.reefapi.com
post/stockx/v1/recent_sales1 credit

recent transaction feed by `url`/`url_key`/`id` → sales[]{amount,created_at} (most recent first) + product ref. Best-effort market-history. `currency`/`market` optional.

Working example
Parameters

Product slug from the StockX product URL (stockx.com/<url_key>) — copy it from search results. Internal id/uuid also accepted. Provide url_key OR url.

Full StockX product URL — alternative to url_key.

Currency for all prices.

Marketplace region (affects asks/bids and service levels).

request preview
curl -X POST https://api.reefapi.com/stockx/v1/recent_sales \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"url_key":"air-jordan-4-retro-bred-reimagined"}'

Hit Send to run this endpoint live.