Retrieve GOAT product data (sneakers & streetwear) via a pay-per-call API on Tempo L2.
What it does
KicksDB's GOAT product endpoint returns product information from the GOAT marketplace, part of a broader sneaker and streetwear market-data platform that also covers StockX and other resale platforms. The endpoint accepts a product ID as a URL path parameter and returns product details for the corresponding GOAT listing.
The API is served over the Micropayment Protocol (MPP) and settles on Tempo L2 (chain ID 4217). Each call costs 500 base units of pathUSD (currency address 0x20c0…8b50), which — assuming 6 decimals for pathUSD — equals $0.0005 per request. The provider covers gas fees (feePayer: true), so callers only pay the data fee. Payment intent is "charge", meaning a one-shot payment per request with no session or streaming component.
No OpenAPI schema, documentation pages, or example responses were found on the provider's origin. The endpoint is confirmed live (returns a well-formed 402 MPP challenge on GET), but the exact response shape and available fields are unknown. Based on the parent KicksDB description, expect fields related to pricing, sales history, and availability, though this cannot be verified from the crawl material alone.
Capabilities
Use cases
- —Fetching current GOAT product details for a specific sneaker or streetwear item by ID
- —Building price-comparison tools across sneaker resale platforms
- —Powering AI agents that monitor or recommend sneaker purchases
- —Enriching e-commerce or inventory systems with GOAT catalog data
Fit
Best for
- —Developers building sneaker/streetwear price-tracking applications
- —AI agents that need on-demand GOAT product information
- —Low-cost, per-call access to resale marketplace data without API-key onboarding
Not for
- —Bulk data exports or full-catalog scraping (pay-per-call model makes this expensive at scale)
- —Users who need StockX or other platform data (this endpoint is GOAT-specific; other KicksDB endpoints may cover those)
Quick start
# MPP-authenticated GET request (pseudo)
curl -H "Authorization: Payment <signed-tempo-token>" \
https://kicksdb.mpp.tempo.xyz/v3/goat/products/12345Endpoint
Quality
The endpoint is confirmed live with a valid 402 MPP challenge, but no documentation, OpenAPI schema, or example responses are available. Response shape and available fields are entirely unknown. Pricing is inferrable from the challenge. This is effectively a stub listing.
Warnings
- —No documentation or OpenAPI schema found — all crawled pages return 404.
- —Response schema is unknown; field names and structure are inferred from the parent KicksDB description only.
- —Currency address 0x20c000000000000000000000b9537d11c60e8b50 is assumed to be pathUSD with 6 decimals; if decimals differ, the stated price ($0.0005) would be incorrect.
- —Product ID format and valid ranges are undocumented.
Citations
- —Part of KicksDB: Sneaker & streetwear market data — prices, sales history, and availability from StockX, GOAT, and more.https://kicksdb.mpp.tempo.xyz/v3/goat/products/:id
- —Endpoint returns 402 with MPP challenge, method=tempo, intent=charge, amount=500, chainId=4217, feePayer=truehttps://kicksdb.mpp.tempo.xyz/v3/goat/products/:id