{
  "x402Version": 2,
  "id": 14479,
  "slug": "14479",
  "resource": "https://cron.memoryapi.org/x402/cron/alerts",
  "description": "Retrieve change alerts for monitored URLs. Returns list of detected changes with timestamps.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x24FAcafEB49b4e3FACF0B3e69604A2F4640c9bf2",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "description": "Get change alerts for URLs you are monitoring. Returns detected changes with before/after hashes.",
        "iconUrl": "https://memoryapi.org/icon.png",
        "input": {
          "method": "GET",
          "queryParams": {
            "limit": "10",
            "url": "https://api.memoryapi.org/health",
            "user_id": "my-agent"
          },
          "schema": {
            "properties": {
              "limit": {
                "type": "string"
              },
              "url": {
                "type": "string"
              },
              "user_id": {
                "type": "string"
              }
            },
            "required": []
          },
          "type": "http"
        },
        "output": {
          "example": {
            "alerts": [
              {
                "changed_at": "2026-05-29T22:00:00Z",
                "url": "https://api.memoryapi.org/health"
              }
            ],
            "count": 1,
            "success": true
          }
        },
        "serviceName": "MemoryAPI Cron",
        "tags": [
          "scheduling",
          "cron",
          "automation",
          "agents"
        ]
      },
      "schema": {
        "properties": {
          "input": {
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              }
            },
            "required": [
              "method"
            ]
          }
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "cron.memoryapi.org",
  "lastUpdated": "2026-09-14T20:01:35.443Z",
  "quality": {
    "calls30d": 5,
    "uniquePayers30d": 4,
    "lastCalledAt": "2026-09-14T20:01:35.232Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "cron.memoryapi.org",
    "manifest_name": "cron.memoryapi.org",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}