Search Novelship sneaker & streetwear product listings via pay-per-call API
What it does
KicksDB's Novelship Products endpoint lets agents and applications search the Novelship marketplace catalog for sneakers and streetwear products. It is part of the broader KicksDB platform, which aggregates sneaker and streetwear market data — including prices, sales history, and availability — from platforms like StockX, GOAT, and Novelship.
The endpoint is live and settles payments via the Tempo protocol (MPP) on chain ID 4217. Each call costs 500 base units of pathUSD (0.0005 USD per request, given 6-decimal stablecoin conventions), 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 exact query parameters, response shape, and filtering options are not documented in any crawled material. Users should expect a search-style GET endpoint (the probe succeeded with GET) that likely accepts query-string parameters such as a search term or product identifier, but the specifics must be discovered experimentally or from external KicksDB documentation.
Capabilities
Use cases
- —Search Novelship's sneaker and streetwear catalog programmatically
- —Build price-comparison tools across sneaker marketplaces
- —Feed sneaker product data into recommendation or alerting agents
- —Aggregate product availability across resale platforms
- —Power a chatbot that answers questions about sneaker listings
Fit
Best for
- —Agents that need structured sneaker/streetwear product data from Novelship
- —Developers building sneaker price-comparison or arbitrage tools
- —Micropayment-native applications that want per-call billing with no subscription
Not for
- —Users who need bulk historical sales data (this endpoint appears to be a search, not a data dump)
- —Applications requiring free or subscription-based access without crypto micropayments
Quick start
curl -H "Authorization: Payment <tempo_payment_token>" \
"https://kicksdb.mpp.tempo.xyz/v3/novelship/products?q=jordan+1"Endpoint
Quality
The endpoint is confirmed live via a valid 402 MPP challenge, and pricing is parseable. However, no documentation, OpenAPI schema, or example responses were found — the crawl returned 404 on all pages. Query parameters and response format are entirely unknown, making this effectively a stub listing.
Warnings
- —No API documentation or OpenAPI schema found — all crawled pages returned 404
- —Query parameters and response schema are unknown; usage requires experimentation
- —Currency address 0x20c000000000000000000000b9537d11c60e8b50 assumed to be a 6-decimal stablecoin (pathUSD) but could not be independently verified
Citations
- —Part of KicksDB: Sneaker & streetwear market data from StockX, GOAT, and morehttps://kicksdb.mpp.tempo.xyz/v3/novelship/products
- —Endpoint is live, returns 402 with MPP challenge using Tempo method on chain 4217https://kicksdb.mpp.tempo.xyz/v3/novelship/products
- —Per-call cost is 500 base units with feePayer truehttps://kicksdb.mpp.tempo.xyz/v3/novelship/products