The playground
Try any of 1465 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/sales_history1 credit
deep paginated transaction log → sales[]{amount,created_at,cursor} (newest first) + page_info{cursor,has_more,total,limit,returned} + product. Far deeper than recent_sales (StockX exposes the full ledger, e.g. 60k+ sales). Cursor-paginate with `cursor`; optional `size` filters to one variant. `limit` ≤ 50 (StockX page cap). `currency` optional.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/stockx/v1/sales_history \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"url_key":"air-jordan-4-retro-bred-reimagined","limit":"50"}'Hit Send to run this endpoint live.