{
  "x402Version": 2,
  "id": 7267,
  "slug": "7267",
  "resource": "https://toolvend.dev/qr",
  "description": "QR code generator. Returns a crisp SVG for text/URL payloads up to 2,048 UTF-8 bytes that fit the selected error-correction level.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "FSnwAPTNNSxqnR8MtuNrtwLkyYusZ4hncp684HxYpdLb",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "3000",
      "maxTimeoutSeconds": 120
    },
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x55ae5d177cdc9493391a632794fd048e8dba4e20",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "3000",
      "maxTimeoutSeconds": 120
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "data": "https://example.com",
            "size": 256
          },
          "type": "http"
        },
        "output": {
          "example": {
            "body": "<svg xmlns=…>…</svg>",
            "contentType": "image/svg+xml"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "data": {
                    "description": "Payload to encode (max 2,048 UTF-8 bytes; QR capacity is lower at Q/H error correction)",
                    "maxLength": 2048,
                    "minLength": 1,
                    "type": "string"
                  },
                  "ecl": {
                    "description": "Error correction, default M",
                    "enum": [
                      "L",
                      "M",
                      "Q",
                      "H"
                    ],
                    "type": "string"
                  },
                  "size": {
                    "description": "SVG width/height in px, default 256",
                    "maximum": 1024,
                    "minimum": 64,
                    "type": "number"
                  }
                },
                "required": [
                  "data"
                ],
                "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": "toolvend.dev",
  "lastUpdated": "2026-09-14T19:56:12.588Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-14T19:56:12.034Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "toolvend.dev",
    "manifest_name": "toolvend.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}