{
  "x402Version": 2,
  "id": 3174,
  "slug": "3174",
  "resource": "https://x402.cloudpulsepoint.com/agent/check/ssl",
  "description": "Inspect the site's TLS/SSL certificate: whether it is currently valid and how many days remain until it expires. Use to catch soon-to-expire or already-expired certificates before they break HTTPS for visitors.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x05a877EF93E7818828D199E2Df0028bca3C75bf0",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "url": "https://example.com"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "check": "ssl",
            "network": "eip155:8453",
            "result": {
              "daysUntilExpiry": 36,
              "error": null,
              "status": "UP",
              "url": "https://example.com/",
              "validUntil": "2026-08-29T21:41:26.000Z",
              "warning": null
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "url": {
                    "description": "Full http(s) URL of the site to check, e.g. \"https://example.com\". Must resolve to a public address — private, loopback, link-local, and cloud-metadata targets are rejected with HTTP 400 before any payment.",
                    "type": "string"
                  }
                },
                "required": [
                  "url"
                ]
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "check": {
                    "const": "ssl",
                    "description": "Identifies which check produced this result."
                  },
                  "network": {
                    "description": "CAIP-2 id of the chain the payment settled on (e.g. eip155:8453 = Base).",
                    "type": "string"
                  },
                  "result": {
                    "properties": {
                      "daysUntilExpiry": {
                        "description": "Whole days until the certificate expires (negative if already expired).",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "error": {
                        "description": "Human-readable failure reason, or null on success.",
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "status": {
                        "description": "UP = valid; WARN = valid but expiring soon; DOWN = expired, not yet valid, or the TLS handshake failed.",
                        "enum": [
                          "UP",
                          "WARN",
                          "DOWN"
                        ],
                        "type": "string"
                      },
                      "url": {
                        "description": "The normalized URL that was checked.",
                        "type": "string"
                      },
                      "validUntil": {
                        "description": "ISO-8601 timestamp the certificate is valid until.",
                        "format": "date-time",
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "warning": {
                        "description": "Human-readable warning when the check passed but a threshold was crossed, else null.",
                        "type": [
                          "string",
                          "null"
                        ]
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "x402.cloudpulsepoint.com",
  "lastUpdated": "2026-09-14T12:00:17.971Z",
  "quality": {
    "calls30d": 23,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-14T12:00:17.774Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402.cloudpulsepoint.com",
    "manifest_name": "x402.cloudpulsepoint.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"
  }
}