Developers
Real restock-cadence over the DropWatch archive. Free board, paid per-item prediction (key or x402).
| Endpoint | Tier | What |
|---|---|---|
GET /niches | free | Niche keys + labels. |
GET /v1/board?niche=tcg | free | Items ranked by restock frequency. |
GET /v1/predict?niche=tcg&query=... | paid (key or x402) | Next-restock-window prediction + confidence. |
GET /health | free | Liveness + archive depth. |
curl "https://cadence.dropwatchhq.com/v1/board?niche=aqua" # prediction via x402 (HTTP 402 with x402 challenge until paid): curl "https://cadence.dropwatchhq.com/v1/predict?niche=aqua&query=anubias"
Endpoint https://cadence.dropwatchhq.com/mcp. Tools: list_niches, cadence_board (free), predict_restock (premium, x402). Discovery: /.well-known/x402, /llms.txt.
curl -X POST https://cadence.dropwatchhq.com/mcp -H 'content-type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"cadence_board","arguments":{"niche":"aqua"}}}'