MPPtempoquality 0.35

Retrieve unified sneaker & streetwear product data from KicksDB by product ID.

Price
$0.0005 / call
Protocol
mpp
Verified
no

What it does

KicksDB's unified product endpoint returns consolidated product information for sneakers and streetwear items, aggregating data from marketplaces like StockX, GOAT, and others. Given a product ID, the endpoint returns a unified view of the item including pricing, sales history, and availability across platforms.

The endpoint is served over the MPP (Micropayment Protocol) via Tempo L2 (chain ID 4217). Each call costs 500 base units of pathUSD (0.0005 USD per request, assuming 6-decimal pathUSD), settled on-chain with the provider covering gas fees (feePayer: true). The payment intent is "charge", meaning each request is a one-shot micropayment.

No OpenAPI schema or documentation pages were found on the provider's domain. The endpoint path uses a `:id` parameter, indicating callers must supply a known product identifier. The exact response schema is undocumented, but based on the service description it likely includes fields such as product name, brand, colorway, retail price, market prices, and links to source marketplaces.

Capabilities

sneaker-datastreetwear-dataproduct-lookupprice-aggregationmarketplace-unificationmicropayment-per-call

Use cases

  • Fetching current market prices for a specific sneaker across StockX, GOAT, and other platforms
  • Building a sneaker price comparison tool or dashboard
  • Powering a resale analytics application with unified product metadata
  • Enriching an e-commerce catalog with cross-marketplace pricing data

Fit

Best for

  • Developers building sneaker resale or price-tracking tools
  • AI agents that need real-time sneaker market data
  • Applications requiring unified product views across multiple streetwear marketplaces

Not for

  • Bulk downloading entire sneaker catalogs (single-product endpoint, per-call pricing)
  • Non-sneaker/streetwear product lookups
  • Users who need free or unauthenticated access without crypto payment capability

Quick start

curl -X GET "https://kicksdb.mpp.tempo.xyz/v3/unified/products/YOUR_PRODUCT_ID" \
  -H "Authorization: Payment <tempo-payment-token>"

Endpoint

Transporthttp
Protocolmpp
CurrencypathUSD

Quality

0.35/ 1.00

The endpoint is live and returns a valid 402 MPP challenge, confirming it is operational. However, no documentation, OpenAPI schema, or example responses were found—all crawled pages returned 404. The response format and available fields are entirely inferred from the service description. This is effectively a stub listing.

Warnings

  • No documentation or OpenAPI schema found at the provider domain; all doc URLs return 404.
  • Response schema is unknown—no examples or field definitions available.
  • Currency address 0x20c000000000000000000000b9537d11c60e8b50 is assumed to be pathUSD with 6 decimals; if different, the stated price ($0.0005) may be incorrect.
  • Product ID format and discovery method are undocumented; callers must already know valid IDs.

Citations

Provenance

Indexed frommpp_dev
Enriched2026-04-19 17:07:17Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-21

Agent access