MPPtempoquality 0.35

Real-time StockX ask listings for sneakers and streetwear, paid per call via Tempo L2.

Price
$0.005 / call
Protocol
mpp
Verified
no

What it does

KicksDB StockX Real-Time Asks is an MPP-gated API endpoint that returns current ask (sell) listings for a given product on StockX. The endpoint follows the pattern `/v3/realtime/stockx/products/:id/asks`, where `:id` is a StockX product identifier. Each call is settled as a one-shot charge on the Tempo L2 network (chain ID 4217) using pathUSD.

Pricing is 5,000 base units of pathUSD per request. Assuming pathUSD uses 6 decimals (consistent with other USD stablecoins), this works out to $0.005 (half a cent) per call. The provider covers gas fees (feePayer: true), so callers only pay the data fee. The endpoint is part of the broader KicksDB suite, which aggregates sneaker and streetwear market data — prices, sales history, and availability — from platforms like StockX and GOAT.

No OpenAPI schema, documentation pages, or example responses were found during crawling; the provider's origin returns 404 on all standard doc paths. The endpoint itself is confirmed live, returning a well-formed 402 MPP challenge. Without documentation, the exact response shape (e.g., fields per ask entry, pagination support, size filters) is unknown and must be discovered by making an authenticated paid request.

Capabilities

stockx-asksreal-time-pricingsneaker-datastreetwear-market-dataper-call-paymenttempo-l2-settlementmpp-protocol

Use cases

  • Retrieve current ask prices for a specific sneaker on StockX to inform buying decisions
  • Power a price-comparison tool across sneaker resale marketplaces
  • Feed real-time ask data into trading bots or arbitrage strategies for sneaker resale
  • Display live StockX listing prices in a sneaker portfolio or collection tracker app

Fit

Best for

  • Sneaker resale price monitoring
  • Real-time StockX ask data retrieval
  • Programmatic sneaker market analysis
  • Agents that need per-call micropayment access to resale data

Not for

  • Historical sales analytics (this endpoint is real-time asks only)
  • Non-StockX marketplace data (separate endpoints likely exist for GOAT, etc.)
  • Bulk data dumps or full catalog exports

Quick start

curl -i https://kicksdb.mpp.tempo.xyz/v3/realtime/stockx/products/YOUR_PRODUCT_ID/asks
# Returns 402 with WWW-Authenticate: Payment header.
# Parse the challenge, sign a Tempo L2 payment for 5000 pathUSD base units,
# then replay the request with the Authorization: Payment header attached.

Endpoint

Quality

0.35/ 1.00

The endpoint is confirmed live via a valid 402 MPP challenge, and pricing is parseable. However, there is no documentation, no OpenAPI schema, no example responses, and all crawled pages return 404. The response format and available query parameters are entirely unknown, making this effectively a stub listing.

Warnings

  • No documentation or OpenAPI schema found — all doc paths return 404.
  • Response schema is unknown; callers must discover the shape by making a paid request.
  • Currency address 0x20c0…8b50 is assumed to be pathUSD with 6 decimals based on Tempo L2 conventions; if decimals differ, the stated price ($0.005) would be incorrect.
  • Product ID format for the :id path parameter is undocumented.

Citations

Provenance

Indexed frommpp_dev
Enriched2026-04-19 17:09:41Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-21

Agent access