{
  "x402Version": 2,
  "id": 6543,
  "slug": "6543",
  "resource": "https://fetchdelta.com/api/resolve",
  "description": "Resolve a public page into clean markdown for autonomous agents, with a machine-readable upgrade to a 30-day daily watch.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x788aa4A08da3025c5b5a68BE80752CA244E73158",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "url": "https://example.com/"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "excerpt": "Short summary.",
            "headings": [
              "Example title"
            ],
            "markdown": "# Example title",
            "monitoringUpgrade": {
              "checkoutUrl": "https://fetchdelta.com/api/page-watch-30d?url=https%3A%2F%2Fexample.com%2F",
              "currency": "USDC",
              "description": "Create an account-free daily change watch for this page, valid for 30 days.",
              "durationDays": 30,
              "maxUrls": 5,
              "method": "GET",
              "price": "$0.50",
              "product": "page-watch-30d",
              "protocol": "x402"
            },
            "title": "Example title",
            "url": "https://example.com/"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "url": {
                    "description": "Absolute URL of a public HTTP(S) page to fetch. Use docs, changelogs, release notes, pricing pages, policy pages, or other public pages. Private, localhost, credentialed, and non-HTTP(S) URLs are rejected.",
                    "format": "uri",
                    "type": "string"
                  }
                },
                "required": [
                  "url"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "fetchdelta.com",
  "lastUpdated": "2026-09-17T03:54:48.882Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-17T03:54:48.55Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "fetchdelta.com",
    "manifest_name": "fetchdelta.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}