MPPtempoquality 0.40

Fetch real-time GOAT product data (sneakers & streetwear) via pay-per-call MPP endpoint.

Price
$0.005 / call
Protocol
mpp
Verified
no

What it does

KicksDB's GOAT product endpoint returns real-time product information from the GOAT marketplace, covering sneakers and streetwear. It is part of the broader KicksDB suite, which aggregates market data — prices, sales history, and availability — from platforms like StockX, GOAT, and others.

The endpoint follows the MPP (Micropayment Protocol) pattern, settling payments on the Tempo L2 chain (chainId 4217). Each call costs 5,000 base units of pathUSD (0.005 USD per request, assuming 6 decimals for pathUSD). The provider covers gas fees (feePayer: true), so callers only pay the per-request price. The URL pattern includes a path parameter `:id` representing the GOAT product identifier.

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 via a valid 402 MPP challenge. Without response schema documentation, the exact fields returned are unknown, but based on the KicksDB description, expect product-level data such as name, brand, SKU, pricing, images, and availability from GOAT.

Capabilities

goat-product-lookupreal-time-sneaker-datastreetwear-market-datapay-per-callmpp-tempo-settlement

Use cases

  • Retrieve current GOAT product details (name, price, images) for a sneaker or streetwear item by ID
  • Power price-comparison tools that aggregate sneaker prices across GOAT, StockX, and other marketplaces
  • Feed real-time product availability into resale bots or inventory dashboards
  • Enrich sneaker collection apps with up-to-date GOAT catalog information

Fit

Best for

  • Developers building sneaker resale or price-tracking tools
  • AI agents that need real-time GOAT product metadata on demand
  • Micro-budget use cases where per-call pricing ($0.005) is preferable to monthly subscriptions

Not for

  • Bulk historical sales analytics (no batch endpoint documented)
  • Users needing StockX or other marketplace data (this endpoint is GOAT-specific; other KicksDB endpoints may cover those)

Quick start

curl -X GET "https://kicksdb.mpp.tempo.xyz/v3/realtime/goat/products/12345" \
  -H "Authorization: Payment <tempo-payment-token>"

Endpoint

Transporthttp
Protocolmpp
CurrencypathUSD

Quality

0.40/ 1.00

The endpoint is confirmed live with a valid 402 MPP challenge and clear pricing, but no documentation, OpenAPI schema, or example responses are available. All crawled pages returned 404. Response structure must be inferred from the service description.

Warnings

  • No documentation or OpenAPI schema found — all doc paths return 404
  • Response schema is unknown; field names and structure are inferred from the service description
  • Currency address 0x20c0...8b50 assumed to be pathUSD with 6 decimals; if different, the $0.005 price may be incorrect

Citations

Provenance

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

Agent access