Fetch real-time sales data for GOAT sneaker products by product ID via pay-per-call API.
What it does
KicksDB GOAT Real-Time Sales is a pay-per-call API endpoint that returns real-time sales information for products listed on GOAT, the popular sneaker and streetwear marketplace. The endpoint follows the pattern `/v3/realtime/goat/products/:id/sales`, where `:id` is a GOAT product identifier, and returns sales history or recent transaction data for that product.
The endpoint is part of the broader KicksDB platform, which aggregates sneaker and streetwear market data — including prices, sales history, and availability — from marketplaces like StockX, GOAT, and others. Payment is handled via the MPP (Micropayment Protocol) using the Tempo method on chain ID 4217. Each call costs 5,000 base units of pathUSD (0.005 USD per request), settled to the provider's wallet. The provider covers gas fees (feePayer: true), so callers only pay the data fee.
No OpenAPI schema or documentation pages were found on the provider's origin domain. The endpoint is confirmed live, returning a valid 402 Payment Required challenge on GET requests. Without docs, the exact response schema is unknown, but the endpoint likely returns JSON with an array of recent sales records including fields such as sale price, size, date, and possibly order type. Callers should substitute a valid GOAT product ID in the `:id` path parameter.
Capabilities
Use cases
- —Retrieve recent sales for a specific GOAT product to analyze price trends
- —Build a sneaker price comparison tool that includes GOAT sales data
- —Monitor resale market activity for specific sneaker models in real time
- —Feed sneaker sales data into a trading bot or portfolio tracker
- —Power a dashboard showing historical sale prices across sizes
Fit
Best for
- —Developers building sneaker resale analytics tools
- —AI agents that need real-time GOAT marketplace sales data
- —Price-tracking applications covering the sneaker secondary market
Not for
- —Bulk historical data exports (pay-per-call model may be costly at scale)
- —Non-sneaker/streetwear product categories
- —Users needing StockX data (this endpoint is GOAT-specific; other KicksDB endpoints may cover StockX)
Quick start
curl -X GET "https://kicksdb.mpp.tempo.xyz/v3/realtime/goat/products/12345/sales" \
-H "Authorization: Payment <tempo-payment-token>"Endpoint
Quality
The endpoint is confirmed live with a valid 402 MPP challenge, and pricing is decodable. However, there is no OpenAPI schema, no documentation, no example responses, and all crawled pages returned 404. The listing is largely inferred from the URL pattern and the existing Bazaar description.
Warnings
- —No documentation or OpenAPI schema found — all crawled pages returned 404
- —Response schema is unknown; field names and structure are inferred
- —Currency address 0x20c000000000000000000000b9537d11c60e8b50 is assumed to be pathUSD (6 decimals) based on Tempo L2 conventions but could not be independently verified
- —The :id path parameter format (numeric vs slug) is not documented
Citations
- —The endpoint returns a 402 MPP challenge with method=tempo, intent=charge, amount=5000, chainId=4217https://kicksdb.mpp.tempo.xyz/v3/realtime/goat/products/:id/sales
- —KicksDB provides sneaker & streetwear market data from StockX, GOAT, and morehttps://kicksdb.mpp.tempo.xyz/v3/realtime/goat/products/:id/sales