Search StockX product listings via a pay-per-call sneaker data API on Tempo L2.
What it does
KicksDB's StockX Products endpoint lets callers search the StockX catalog for sneakers and streetwear products. It is part of the broader KicksDB suite, which aggregates sneaker and streetwear market data — including prices, sales history, and availability — from platforms like StockX, GOAT, and others.
The endpoint is served over the MPP (Micropayment Protocol) with a "charge" intent, meaning each call is a one-shot paid request settled in pathUSD on the Tempo L2 network (chain ID 4217). The per-call cost is 500 base units of pathUSD (6 decimals), which equals $0.0005 — effectively a fraction of a cent per search. The provider covers gas fees (feePayer: true), so callers only pay the listed amount.
No OpenAPI schema or documentation pages were found on the provider's domain; all auxiliary routes (docs, pricing, README) return 404. The endpoint itself is live and responds with a proper 402 MPP challenge on unauthenticated GET requests. Because no response schema or query-parameter documentation is available, callers will need to experiment with query strings (e.g., `?query=Jordan+1`) to discover the expected input format and output shape. The endpoint likely returns JSON product objects with fields such as name, SKU, image URL, and pricing data, but this is inferred from the domain context rather than confirmed by documentation.
Capabilities
Use cases
- —Search StockX for specific sneaker or streetwear products by keyword
- —Build price-comparison tools across sneaker marketplaces
- —Power chatbot or agent workflows that look up shoe availability and pricing
- —Feed product data into resale analytics dashboards
- —Enrich e-commerce listings with StockX catalog information
Fit
Best for
- —AI agents that need on-demand sneaker/streetwear product lookups
- —Developers building sneaker resale or price-tracking tools
- —Micropayment-native workflows where per-call billing is preferred over subscriptions
Not for
- —Bulk data exports or full catalog dumps (pay-per-call model makes this expensive at scale)
- —Users who need GOAT or other marketplace data (this endpoint is StockX-specific)
- —Applications requiring detailed documentation or guaranteed SLA (no docs available)
Quick start
curl -X GET "https://kicksdb.mpp.tempo.xyz/v3/stockx/products?query=Jordan+1" \
-H "Authorization: Payment <tempo-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid 402 MPP challenge with clear pricing, but there is zero documentation, no OpenAPI schema, no example responses, and all doc/pricing/readme routes return 404. The listing is largely inferred from the endpoint path, description field, and the broader KicksDB context.
Warnings
- —No documentation, OpenAPI schema, or example responses available — all auxiliary routes return 404.
- —Response schema and query parameter format are unknown; callers must discover the API shape experimentally.
- —Currency address 0x20c000000000000000000000b9537d11c60e8b50 is assumed to be pathUSD (6 decimals) on Tempo L2 chain 4217, but this could not be independently verified.
Citations
- —The endpoint returns a 402 MPP challenge with method=tempo, intent=charge, amount=500, chainId=4217, and feePayer=true.https://kicksdb.mpp.tempo.xyz/v3/stockx/products
- —KicksDB provides sneaker & streetwear market data — prices, sales history, and availability from StockX, GOAT, and more.https://kicksdb.mpp.tempo.xyz/v3/stockx/products