mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Create a fast watch: Stumble polls a public URL every 60 seconds for up to 7 days and noti

Create a fast watch: Stumble polls a public URL every 60 seconds for up to 7 days and notifies your webhook (or lets you poll for free) the moment a condition becomes true (keyword, selector, JSON path, price, content change, HTTP status). One-time $0.50, no account needed. Ideal for restocks and appointment slots.

Do you run stumble.vimabrosta.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
500000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-03
updated

Provider

stumble.vimabrosta.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xd63e74bCB00757C8fDb1817F1558ed8b97C608b6",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "500000",
    "maxTimeoutSeconds": 120
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "8c9r8kxtkcsv7wARq3wBy2csm1ySRQQmdy6hrPnga4qs",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "500000",
    "maxTimeoutSeconds": 120
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "8c9r8kxtkcsv7wARq3wBy2csm1ySRQQmdy6hrPnga4qs",
    "asset": "So11111111111111111111111111111111111111112",
    "amount": "5036971",
    "maxTimeoutSeconds": 120
  }
]

Output schema

{
  "bazaar": {
    "discoverable": true,
    "info": {
      "input": {
        "body": {
          "condition": {
            "keyword": "sold out",
            "type": "keyword",
            "when": "disappears"
          },
          "duration_days": 3,
          "notify": {
            "format": "json",
            "mode": "webhook",
            "url": "https://your-agent.example/hook"
          },
          "url": "https://shop.example/product"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "expires_at": 1790604800,
          "id": "w_...",
          "links": {
            "status": "https://stumble.vimabrosta.com/v1/watches/w_..."
          },
          "secret": "ws_...",
          "status": "active",
          "tier": "fast"
        },
        "type": "json"
      }
    },
    "name": "Stumble",
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {
                "condition": {
                  "properties": {
                    "type": {
                      "enum": [
                        "keyword",
                        "selector",
                        "json_path",
                        "price",
                        "content_change",
                        "status"
                      ],
                      "type": "string"
                    }
                  },
                  "required": [
                    "type"
                  ],
                  "type": "object"
                },
                "duration_days": {
                  "maximum": 7,
                  "type": "number"
                },
                "notify": {
                  "properties": {
                    "format": {
                      "enum": [
                        "json",
                        "slack",
                        "discord"
                      ],
                      "type": "string"
                    },
                    "mode": {
                      "enum": [
                        "webhook",
                        "poll"
                      ],
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "mode"
                  ],
                  "type": "object"
                },
                "url": {
                  "format": "uri",
                  "type": "string"
                }
              },
              "required": [
                "url",
                "condition"
              ],
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    },
    "tags": [
      "monitoring",
      "watch",
      "webhook",
      "wake",
      "scheduler",
      "inbox",
      "callbacks",
      "alerts"
    ]
  }
}

Use it

curl

curl "https://stumble.vimabrosta.com/v1/watches/fast"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://stumble.vimabrosta.com/v1/watches/fast");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://stumble.vimabrosta.com/v1/watches/fast")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/13592.json, and this resource appears in /discovery/resources and /discovery/search.