Search Kream sneaker & streetwear product listings via pay-per-call API
What it does
KicksDB's Kream Products endpoint lets agents and applications search the Kream marketplace — a major Korean sneaker and streetwear resale platform — for product data. The endpoint is part of the broader KicksDB suite, which aggregates sneaker and streetwear market data (prices, sales history, availability) from platforms like StockX, GOAT, and Kream.
The API is served over the MPP (Micropayment Protocol) using the Tempo settlement method on chain ID 4217. Each call costs 500 base units of pathUSD (6 decimals), which works out to $0.0005 per request — effectively a fraction of a cent. The provider covers gas fees (feePayer: true), so callers only pay the data fee. Settlement is to recipient address 0xca4e835F803cB0b7C428222B3A3B98518d4779Fe.
No OpenAPI schema or documentation pages were found on the provider's domain. The endpoint is confirmed live (returns a valid 402 MPP challenge on GET), but details about query parameters, response format, and available filters are not documented in any discoverable location. Users should expect a search-style GET endpoint that likely accepts query string parameters (e.g., a keyword or product identifier), but the exact contract must be discovered through experimentation or external references.
Capabilities
Use cases
- —Search Kream's sneaker and streetwear catalog programmatically
- —Build price comparison tools across sneaker resale platforms
- —Feed sneaker product data into recommendation or alerting agents
- —Aggregate product availability across StockX, GOAT, and Kream via KicksDB
Fit
Best for
- —Agents that need Korean sneaker marketplace data from Kream
- —Developers building sneaker price aggregation dashboards
- —Automated sneaker inventory or availability monitoring
Not for
- —Users who need full historical sales or pricing analytics (this endpoint is product search, not sales history)
- —Applications requiring free or high-volume bulk data access without per-call micropayments
Quick start
curl -i "https://kicksdb.mpp.tempo.xyz/v3/kream/products?query=dunk+low"
# Returns 402 with WWW-Authenticate: Payment header.
# Complete the Tempo payment challenge to receive product results.Endpoint
Quality
The endpoint is confirmed live via a valid 402 MPP challenge, and pricing is clear. However, there is no OpenAPI schema, no documentation, no example responses, and all crawled pages return 404. The listing is largely inferred from the endpoint path, the existing description, and the MPP challenge metadata.
Warnings
- —No documentation or OpenAPI schema found — all doc/pricing/readme URLs return 404
- —Query parameters and response schema are unknown; must be discovered experimentally
- —Currency address 0x20c000000000000000000000b9537d11c60e8b50 assumed to be pathUSD (6 decimals) based on Tempo L2 conventions — if incorrect, the price calculation would change
Citations
- —Endpoint returns a valid 402 MPP challenge with method=tempo, intent=charge, amount=500https://kicksdb.mpp.tempo.xyz/v3/kream/products
- —KicksDB aggregates sneaker & streetwear market data from StockX, GOAT, and morehttps://kicksdb.mpp.tempo.xyz/v3/kream/products