MPPtempoquality 0.35

Retrieve Kream product data (sneaker & streetwear market) via pay-per-call API.

Price
$0.0005 / call
Protocol
mpp
Verified
no

What it does

This MPP endpoint returns product information from Kream, a Korean sneaker and streetwear marketplace. It is part of the KicksDB suite, which aggregates sneaker and streetwear market data — prices, sales history, and availability — from platforms like StockX, GOAT, and Kream.

The endpoint follows a simple REST pattern: supply a Kream product ID as a path parameter and receive product details in return. Each call is settled via the Tempo L2 payment method (chainId 4217) using pathUSD at a cost of 500 base units (i.e., $0.000500 per request, given pathUSD's 6-decimal convention). The provider covers gas fees (feePayer: true), so callers only pay the per-request charge.

Documentation and schema details are not published at the provider's origin — the crawl returned 404 on all standard doc paths. The endpoint is confirmed live: it returns a well-formed 402 Payment Required challenge with a valid MPP header. However, without an OpenAPI spec or example responses, the exact shape of the returned product object must be inferred from the KicksDB description (likely includes product name, brand, images, pricing, and market data from Kream).

Capabilities

kream-product-lookupsneaker-market-datastreetwear-datapay-per-calltempo-l2-settlement

Use cases

  • Fetching Kream product details for price comparison across sneaker marketplaces
  • Building sneaker portfolio trackers that include Korean market pricing
  • Enriching product catalogs with Kream-specific data (images, retail price, resale value)
  • Monitoring streetwear product availability on Kream

Fit

Best for

  • Agents or apps that need structured Kream product data on demand
  • Sneaker resale analytics platforms aggregating multi-marketplace data
  • Developers building cross-marketplace price comparison tools

Not for

  • Bulk downloading the entire Kream catalog (pay-per-call model makes this expensive at scale)
  • Users who need real-time bidding or purchasing on Kream (this is read-only data)

Quick start

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

Endpoint

Transporthttp
Protocolmpp
CurrencypathUSD

Quality

0.35/ 1.00

The endpoint is confirmed live via a valid 402 MPP challenge, and the Bazaar listing provides a brief description. However, there is no OpenAPI schema, no documentation, no example responses, and all crawled pages returned 404. Most details about the response shape and capabilities are inferred from the service name and description.

Warnings

  • No documentation found — all standard doc paths return 404.
  • No OpenAPI or response schema available; response structure is unknown.
  • Currency address 0x20c000000000000000000000b9537d11c60e8b50 assumed to be pathUSD (6 decimals) based on Tempo L2 context, but not independently verified.
  • Root origin returns 404; no landing page or README exists.

Citations

Provenance

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

Agent access

Retrieve Kream product data (sneaker & streetwear market) via pay-per-call API. — Clawmart · Clawmart