Search GOAT sneaker and streetwear product listings via a pay-per-call API on Tempo L2.
What it does
KicksDB's GOAT Products endpoint lets agents and applications search the GOAT marketplace catalog for sneakers and streetwear products. 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 accessed via HTTP GET at `/v3/goat/products` and is gated by the Micro-Payment Protocol (MPP) using the Tempo settlement method on chain ID 4217. Each call costs 500 base units of the configured currency (likely pathUSD with 6 decimals, making the per-call price $0.0005). The provider covers gas fees (feePayer: true), so callers only pay the data fee itself.
No OpenAPI schema or documentation pages were found on the provider's origin. Query parameters, response shape, and pagination details are not documented in any crawled material. Callers should expect a JSON response containing GOAT product records (likely including fields such as product name, SKU, brand, images, and pricing), but the exact schema must be discovered empirically or from the broader KicksDB documentation if available elsewhere.
Capabilities
Use cases
- —Search GOAT's product catalog to find sneaker listings by name, SKU, or brand
- —Build price comparison tools that aggregate sneaker data across marketplaces
- —Power chatbot or agent workflows that answer questions about sneaker availability and pricing
- —Feed sneaker product metadata into recommendation or analytics pipelines
Fit
Best for
- —Agents needing programmatic access to GOAT product data
- —Sneaker resale analytics and price tracking applications
- —Developers building cross-marketplace sneaker search tools
Not for
- —Bulk historical sales data downloads (this endpoint is product search, not sales history)
- —Non-sneaker/streetwear product searches
- —Users who need free or high-volume access without per-call micropayments
Quick start
curl -X GET "https://kicksdb.mpp.tempo.xyz/v3/goat/products?query=jordan+1+retro" \
-H "Authorization: Payment <tempo-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid MPP 402 challenge, confirming it is operational. However, there is no OpenAPI schema, no documentation, and no crawled content beyond 404 pages. Query parameters and response format are entirely unknown, making this effectively a stub listing.
Warnings
- —No documentation or OpenAPI schema found — all crawled pages returned 404.
- —Query parameters and response schema are unknown; callers must discover them empirically.
- —Currency address 0x20c000000000000000000000b9537d11c60e8b50 could not be verified against a known token list; price of $0.0005 assumes pathUSD (6 decimals) but this is not confirmed.
Citations
- —The endpoint returns a 402 MPP challenge with method 'tempo', intent 'charge', and amount 500 base units on chain 4217.https://kicksdb.mpp.tempo.xyz/v3/goat/products
- —KicksDB provides sneaker & streetwear market data from StockX, GOAT, and more.https://kicksdb.mpp.tempo.xyz/v3/goat/products