Pay-per-query sneaker product search across SNKRS via MPP on Tempo L2.
What it does
KicksDB's SNKRS products endpoint lets agents search Nike SNKRS product data on a pay-per-call basis using the Machine Payment Protocol (MPP). The endpoint is live and settles payments in pathUSD on the Tempo L2 network (chain ID 4217). Each query costs 500 base units of pathUSD, which equals $0.000500 per call (pathUSD uses 6 decimals). The provider covers gas fees (feePayer: true), so callers only pay the per-request charge.
KicksDB is described as a sneaker and streetwear market data platform offering prices, sales history, and availability from sources like StockX, GOAT, and others. This particular endpoint focuses on searching SNKRS products — likely returning product listings, names, SKUs, and related metadata from Nike's SNKRS platform. The endpoint is a GET request, suggesting query parameters are used to filter or search products, though no OpenAPI schema or documentation was found to confirm the exact parameter names or response shape.
No documentation pages, OpenAPI specs, or usage examples were discoverable at the provider's origin. The crawl returned 404 on all standard documentation paths. All details beyond the MPP challenge and the Bazaar listing description are inferred. Agents integrating this endpoint should expect to experiment with query parameters or contact the provider for schema details.
Capabilities
Use cases
- —Search Nike SNKRS product catalog programmatically
- —Build sneaker price comparison or alerting tools
- —Feed sneaker product metadata into AI agents for purchase recommendations
- —Aggregate sneaker release data across platforms
Fit
Best for
- —AI agents needing on-demand sneaker product data
- —Developers building sneaker resale or tracking tools
- —Automated sneaker market research pipelines
Not for
- —Bulk historical sales analytics (no evidence of batch endpoints)
- —Non-sneaker product searches
- —Users who need detailed API documentation before integrating
Quick start
curl -X GET "https://kicksdb.mpp.tempo.xyz/v3/snkrs/products?q=dunk+low" \
-H "Authorization: Payment <tempo-payment-token>"Endpoint
Quality
The endpoint is live with a valid MPP 402 challenge, but no documentation, OpenAPI schema, or example responses were found. The request/response format must be guessed. Pricing and settlement details are clear from the challenge. Effectively a stub listing.
Warnings
- —No API documentation or OpenAPI schema found — all doc paths return 404
- —Request parameters and response schema are unknown; query parameter names are guessed
- —Currency address 0x20c000000000000000000000b9537d11c60e8b50 assumed to be pathUSD with 6 decimals based on Tempo L2 convention — not independently verified
- —Root origin returns 404; no landing page or developer portal available
Citations
- —Part of KicksDB: Sneaker & streetwear market data — prices, sales history, and availability from StockX, GOAT, and more.https://kicksdb.mpp.tempo.xyz/v3/snkrs/products
- —MPP challenge returns 402 with method=tempo, intent=charge, amount=500, chainId=4217, feePayer=truehttps://kicksdb.mpp.tempo.xyz/v3/snkrs/products