MPPtempoquality 0.35

Fetch related products for any StockX item via real-time sneaker market data API.

Price
$0.005 / call
Protocol
mpp
Verified
no

What it does

KicksDB's StockX Real-Time Related Products endpoint returns products related to a given StockX product ID. It is part of the broader KicksDB suite, which provides sneaker and streetwear market data — including prices, sales history, and availability — from platforms like StockX, GOAT, and others.

The endpoint is accessed via GET at `/v3/realtime/stockx/products/:id/related`, where `:id` is a StockX product identifier. Payment is settled per-call (intent: charge) using pathUSD on the Tempo L2 network (chainId 4217). Each request costs 5000 base units of pathUSD, which equals $0.005 (half a cent) per call, assuming pathUSD uses 6 decimals. 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 domain. The endpoint is confirmed live via a valid 402 MPP challenge. Response format and field structure must be inferred from the endpoint name and the broader KicksDB product family context — likely returning an array of related product objects with fields such as product name, SKU, image URL, and current market price.

Capabilities

stockx-related-productssneaker-market-datareal-time-lookupper-call-paymenttempo-l2-settlement

Use cases

  • Building recommendation widgets for sneaker resale platforms
  • Enriching product pages with related items from StockX
  • Powering discovery features in sneaker marketplace apps
  • Automated market research on related streetwear products

Fit

Best for

  • Sneaker resale platforms needing related-product suggestions
  • Agents that compare or recommend streetwear items
  • Developers building StockX data integrations

Not for

  • Bulk historical price analytics (use dedicated history endpoints)
  • Non-sneaker/streetwear product lookups
  • Users needing free or ad-supported data access

Quick start

curl -X GET "https://kicksdb.mpp.tempo.xyz/v3/realtime/stockx/products/air-jordan-1-retro-high-og-chicago/related" \
  -H "Authorization: Payment <tempo_payment_token>"

Endpoint

Quality

0.35/ 1.00

The endpoint is confirmed live via a valid 402 MPP challenge, but no documentation, OpenAPI schema, or example responses are available. Response structure is entirely inferred from naming conventions and the parent product description.

Warnings

  • No documentation or OpenAPI schema found — all response details are inferred
  • Root domain returns 404; no docs, pricing, or README pages available
  • Currency address 0x20c000000000000000000000b9537d11c60e8b50 is not a well-known token — price of $0.005 assumes 6 decimals (pathUSD) but cannot be independently verified

Citations

Provenance

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

Agent access