C

cloudPulsePoint · Check SSL

by cloudPulsePoint

POSTBase

$0.01

per call · USD Coin on Base

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.

Endpoint

POST https://x402.cloudpulsepoint.com/agent/check/ssl

29

Calls / 30d

1

Unique payers / 30d

Sep 10

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://x402.cloudpulsepoint.com/agent/check/ssl", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "url": "https://example.com"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://x402.cloudpulsepoint.com/agent/check/ssl" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "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
  }
}

Payment details

Pay to0x05a877ef93e7818828d199e2df0028bca3c75bf0
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from cloudPulsePoint & similar services