Daily CSV export of sneaker & streetwear market data from StockX, GOAT, and more.
What it does
KicksDB Daily CSV Snapshot is a pay-per-call MPP endpoint that returns a daily CSV export of sneaker and streetwear market data. According to the Bazaar listing, the dataset covers prices, sales history, and availability aggregated from marketplaces including StockX, GOAT, and others. Each call delivers a snapshot for the current day.
The endpoint is live and settles payments via the Tempo method (pathUSD on Tempo L2, chain ID 4217). The price per request is 500 base units of pathUSD (6 decimals), which works out to $0.0005 — effectively a fraction of a cent per download. The seller covers gas fees (feePayer: true), so the buyer pays only the listed amount. The payment challenge expires far in the future (April 2026), indicating a stable, long-lived offering.
No OpenAPI schema, documentation pages, or README were found on the provider's origin domain — all auxiliary routes return 404. The only confirmed details come from the MPP 402 challenge and the Bazaar catalog description. The response format is described as CSV, but column names, row counts, and update cadence details are not documented. Buyers should expect a CSV file but may need to inspect the first response to understand the schema.
Capabilities
Use cases
- —Building sneaker price comparison or arbitrage tools
- —Feeding daily market data into resale analytics dashboards
- —Training ML models on streetwear pricing trends
- —Monitoring sneaker availability across StockX and GOAT
- —Populating a product catalog with current resale prices
Fit
Best for
- —Developers building sneaker resale analytics tools
- —Data scientists studying streetwear market dynamics
- —Agents that need daily bulk market snapshots in CSV format
Not for
- —Real-time or sub-second price streaming (this is a daily snapshot)
- —Users who need structured JSON or GraphQL responses (output is CSV)
- —Non-technical consumers looking for a browsable sneaker price website
Quick start
curl -X GET https://kicksdb.mpp.tempo.xyz/v3/exports/daily \
-H "Authorization: Payment <tempo-payment-token>"Endpoint
Quality
The endpoint is confirmed live via a valid MPP 402 challenge, and the Bazaar description provides a high-level overview. However, there is no OpenAPI schema, no documentation, no example responses, and no details on CSV columns or data coverage. Nearly all specifics are inferred from the catalog blurb and the payment challenge alone.
Warnings
- —No documentation, OpenAPI spec, or README found — all doc routes return 404.
- —CSV schema (column names, row count, update time) is undocumented; buyers must inspect the first response.
- —Currency address 0x20c0...8b50 is assumed to be pathUSD with 6 decimals based on Tempo L2 conventions; if it is a different token the price calculation would differ.
- —No example response available to verify actual data content or format.
Citations
- —Part of KicksDB: Sneaker & streetwear market data — prices, sales history, and availability from StockX, GOAT, and more.https://kicksdb.mpp.tempo.xyz/v3/exports/daily
- —Endpoint returns HTTP 402 with method=tempo, intent=charge, amount=500, chainId=4217, feePayer=truehttps://kicksdb.mpp.tempo.xyz/v3/exports/daily