Per-call API for daily sales data of GOAT sneaker & streetwear products.
What it does
KicksDB's GOAT Daily Sales endpoint returns daily sales data for a specific product listed on GOAT, the popular sneaker and streetwear marketplace. The endpoint follows a RESTful pattern (`/v3/goat/products/:id/sales/daily`) where `:id` is the GOAT product identifier. It is part of the broader KicksDB suite, which aggregates sneaker and streetwear market data — prices, sales history, and availability — from platforms like StockX, GOAT, and others.
The endpoint is live and settles payments via the Tempo L2 protocol (chainId 4217) using a charge-per-call model. Each request costs 500 base units of pathUSD (6 decimals), which equals $0.0005 per call. The provider covers gas fees (feePayer: true), so callers only pay the data fee. The payment challenge expires in April 2026, indicating long-term availability.
No OpenAPI schema, documentation pages, or example responses were found during crawling — the provider's root domain and common doc paths all return 404. The endpoint structure and description are inferred from the URL pattern, the Bazaar listing metadata, and the MPP payment challenge. Callers should expect a JSON response containing daily aggregated sales figures (e.g., volume, price ranges, dates) for the requested GOAT product, but the exact response schema is unconfirmed.
Capabilities
Use cases
- —Retrieve daily sales volume and pricing trends for a specific sneaker on GOAT
- —Feed sneaker market analytics dashboards with historical daily sales data
- —Compare daily sell-through rates across products for resale arbitrage
- —Power pricing recommendation engines for sneaker resellers
Fit
Best for
- —Sneaker resellers tracking GOAT daily sales trends
- —Market data aggregators covering streetwear and sneaker markets
- —Analytics tools that need per-product daily sales granularity
Not for
- —Real-time bid/ask or order-book data (this is daily aggregated sales)
- —Non-GOAT platforms — use other KicksDB endpoints for StockX, etc.
- —Bulk catalog discovery — this is a per-product lookup, not a search endpoint
Quick start
curl -X GET "https://kicksdb.mpp.tempo.xyz/v3/goat/products/12345/sales/daily" \
-H "Authorization: Payment <tempo-payment-token>"Endpoint
Quality
The endpoint is confirmed live via a valid MPP 402 challenge with clear pricing and settlement details. However, no documentation, OpenAPI schema, or example responses are available — all crawled pages return 404. The response format and exact fields are entirely unconfirmed, making this effectively a stub listing.
Warnings
- —No documentation found — all common doc paths return 404
- —Response schema is unknown; no OpenAPI spec or examples available
- —Currency address 0x20c0...8b50 assumed to be pathUSD with 6 decimals based on Tempo L2 convention; if different, the price calculation would change
Citations
- —Endpoint returns HTTP 402 with MPP challenge, confirming it is livehttps://kicksdb.mpp.tempo.xyz/v3/goat/products/:id/sales/daily
- —Part of KicksDB: Sneaker & streetwear market data from StockX, GOAT, and morehttps://kicksdb.mpp.tempo.xyz/v3/goat/products/:id/sales/daily
- —Payment settles via Tempo L2 (chainId 4217) with charge intent and feePayer truehttps://kicksdb.mpp.tempo.xyz/v3/goat/products/:id/sales/daily