MPPtempoquality 0.40

Fetch recent orders for a sneaker/streetwear product by alias via KicksDB's real-time API.

Price
$0.005 / call
Protocol
mpp
Verified
no

What it does

This MPP endpoint returns real-time recent order data for a specific sneaker or streetwear product, identified by its alias (slug). It is part of the KicksDB suite, which aggregates market data — prices, sales history, and availability — from marketplaces such as StockX, GOAT, and others.

The endpoint is accessed via GET at `/v3/realtime/alias/products/:id/recent-orders`, where `:id` is the product alias. Payment is settled per-call (intent: charge) using the Tempo method on chain 4217 (Tempo L2). The price per request is 5,000 base units of pathUSD (6 decimals), which equals $0.005 (half a cent) per call. The provider covers gas fees (feePayer: true), so callers only pay the data fee.

No OpenAPI schema or documentation pages were found on the provider's origin. The endpoint itself is live and returns a well-formed 402 Payment Required challenge. Because no response schema or example payloads are available, the exact shape of the returned order data (fields such as price, size, timestamp, marketplace source, etc.) must be inferred from the domain context. Users should expect a JSON array or object containing recent transaction records for the requested product.

Capabilities

sneaker-market-datastreetwear-datarecent-ordersreal-time-pricingproduct-lookup-by-aliasmpp-tempo-settlementper-call-payment

Use cases

  • Retrieve the latest sales/orders for a specific sneaker to track market price trends
  • Power a price-comparison dashboard aggregating data from StockX, GOAT, and other marketplaces
  • Feed real-time sneaker transaction data into an AI agent that advises on buy/sell timing
  • Build alerts for when a specific product's recent sale prices cross a threshold
  • Enrich product listings in a resale app with live order activity

Fit

Best for

  • Developers building sneaker/streetwear resale tools
  • AI agents that need real-time sneaker market intelligence
  • Price-tracking and analytics dashboards for collectible footwear
  • Automated trading or arbitrage bots across sneaker marketplaces

Not for

  • General e-commerce product search unrelated to sneakers/streetwear
  • Bulk historical data dumps — this is a per-product, real-time endpoint
  • Users who need free or ad-supported data access

Quick start

curl -X GET "https://kicksdb.mpp.tempo.xyz/v3/realtime/alias/products/nike-dunk-low-retro-white-black/recent-orders" \
  -H "Authorization: Payment <tempo-payment-token>"

Endpoint

Quality

0.40/ 1.00

The endpoint is live and returns a valid 402 MPP challenge with clear pricing. However, no documentation, OpenAPI schema, or example responses were found — all crawled pages returned 404. The response shape and available query parameters are unknown, so much of the listing is inferred from the endpoint path and the existing description.

Warnings

  • No documentation or OpenAPI schema found — all doc URLs return 404
  • Response schema is unknown; field names and structure are inferred from domain context
  • Currency address 0x20c0...8b50 is assumed to be pathUSD (6 decimals) on Tempo chain 4217 but could not be independently verified

Citations

Provenance

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

Agent access