Fetch related products for any StockX item via real-time sneaker market data API.
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
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
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
- —Endpoint returns 402 with MPP challenge confirming it is live and uses Tempo L2 (chainId 4217) with intent 'charge'https://kicksdb.mpp.tempo.xyz/v3/realtime/stockx/products/:id/related
- —Part of KicksDB: Sneaker & streetwear market data — prices, sales history, and availability from StockX, GOAT, and morehttps://kicksdb.mpp.tempo.xyz/v3/realtime/stockx/products/:id/related