Retrieve StockX sales history for sneakers and streetwear via per-call micropayment.
What it does
KicksDB StockX Sales History is an MPP-enabled API endpoint that returns sales history data for products listed on StockX. The endpoint follows the pattern `/v3/stockx/products/:id/sales`, where `:id` is a StockX product identifier. Each call is settled via the Tempo method on chain 4217 (Tempo L2) using pathUSD, costing $0.000500 per request (500 base units at 6 decimals). The provider pays gas fees on behalf of the caller (feePayer: true).
This endpoint is part of the broader KicksDB suite, which aggregates sneaker and streetwear market data — including prices, sales history, and availability — from platforms such as StockX, GOAT, and others. No OpenAPI schema or documentation pages were found on the provider's domain; the endpoint structure and pricing are inferred entirely from the MPP 402 challenge and the Bazaar listing metadata. The exact response shape (fields, pagination, date ranges) is unknown.
The endpoint is live and responds with a valid MPP 402 payment challenge. Agents capable of Tempo L2 settlement can pay per-call to retrieve historical sale records for a given StockX product ID.
Capabilities
Use cases
- —Retrieve historical sale prices for a specific StockX product to inform buying or selling decisions
- —Build dashboards tracking sneaker resale market trends over time
- —Power pricing algorithms for sneaker resale bots or marketplaces
- —Analyze streetwear market liquidity and volume by product
Fit
Best for
- —Agents or apps needing programmatic access to StockX sales history
- —Sneaker resale price tracking and analytics
- —Low-cost per-query market data without subscription commitments
Not for
- —Real-time bid/ask or live inventory lookups (this endpoint is sales history only)
- —Users who need comprehensive documentation or guaranteed response schemas before integrating
Quick start
curl -X GET "https://kicksdb.mpp.tempo.xyz/v3/stockx/products/YOUR_PRODUCT_ID/sales" \
-H "Authorization: Payment <tempo-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid MPP 402 challenge, confirming pricing and settlement details. However, there is no OpenAPI schema, no documentation, no example responses, and all crawled pages return 404. The response shape and available query parameters are entirely unknown.
Warnings
- —No documentation or OpenAPI schema found — all provider pages return 404.
- —Response format and fields are unknown; no example responses available.
- —Currency address 0x20c000000000000000000000b9537d11c60e8b50 is assumed to be pathUSD (6 decimals) based on Tempo L2 convention, but could not be independently verified.
- —Product ID format for the :id path parameter is undocumented.
Citations
- —Endpoint returns a valid MPP 402 challenge with method=tempo, intent=charge, amount=500, chainId=4217https://kicksdb.mpp.tempo.xyz/v3/stockx/products/:id/sales
- —Part of KicksDB: Sneaker & streetwear market data — prices, sales history, and availability from StockX, GOAT, and morehttps://kicksdb.mpp.tempo.xyz/v3/stockx/products/:id/sales