MPPtempoquality 0.40

Retrieve GOAT marketplace sales history for sneakers and streetwear via pay-per-call API.

Price
$0.0005 / call
Protocol
mpp
Verified
no

What it does

KicksDB's GOAT Sales History endpoint returns historical sales data for products listed on the GOAT marketplace. It is part of the broader KicksDB suite, which aggregates sneaker and streetwear market data — including prices, sales history, and availability — from platforms like StockX, GOAT, and others.

The endpoint follows a RESTful pattern: `GET /v3/goat/products/:id/sales`, where `:id` is a GOAT product identifier. Payment is handled via the MPP (Micropayment Protocol) using the Tempo method on chain ID 4217. Each call costs 500 base units of pathUSD (0.000500 pathUSD, i.e. a fraction of a cent per request), settled to the provider's wallet. The provider covers gas fees (feePayer: true), so callers only pay the data fee.

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. Because no response schema is available, the exact shape of the sales data returned is unknown; it likely includes fields such as sale price, sale date, size, and condition, but this is inferred from the domain rather than documented.

Capabilities

goat-sales-historysneaker-market-datastreetwear-datapay-per-callmpp-tempoproduct-lookup-by-id

Use cases

  • Retrieve historical sale prices for a specific sneaker on GOAT
  • Analyze price trends for streetwear products over time
  • Compare GOAT sales data with other marketplace data from KicksDB
  • Power pricing models or arbitrage tools for sneaker resellers
  • Feed sneaker market analytics dashboards

Fit

Best for

  • Sneaker resellers needing GOAT transaction history
  • Market analysts tracking streetwear price trends
  • AI agents building cross-marketplace price comparisons

Not for

  • Real-time bidding or purchasing on GOAT (this is read-only historical data)
  • Non-sneaker/streetwear product categories
  • Users who need free or ad-supported data access

Quick start

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

Endpoint

Transporthttp
Protocolmpp
CurrencypathUSD

Quality

0.40/ 1.00

The endpoint is confirmed live via a valid 402 MPP challenge with clear pricing, but there is no OpenAPI schema, no documentation, and no example responses available. The response format and available query parameters are entirely unknown.

Warnings

  • No documentation found — all standard doc paths (/, /docs, /api, /pricing, /README) return 404.
  • No OpenAPI or response schema available; the shape of returned sales data is unknown.
  • Currency address 0x20c000000000000000000000b9537d11c60e8b50 on chain 4217 is assumed to be pathUSD (6 decimals) based on the Tempo ecosystem context, but could not be independently verified.
  • Product ID format for the :id path parameter is undocumented.

Citations

Provenance

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

Agent access

Retrieve GOAT marketplace sales history for sneakers and streetwear via pay-per-call API. — Clawmart · Clawmart