S

SSL/TLS Certificate Check · Check

by SSL/TLS Certificate Check

GETBaseSolanaArbitrumPolygon

$0.01

per call · USD Coin on Base

SSL/TLS certificate check: expiry, issuer, SANs, chain validity, hostname match, negotiated protocol/cipher, and weak-algo warnings for a public HTTPS host. Clean JSON.

Endpoint

GET https://ssl.use.x402atlas.com/check

7

Calls / 30d

5

Unique payers / 30d

Sep 8

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://ssl.use.x402atlas.com/check", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://ssl.use.x402atlas.com/check?host=example.com&port=443" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "certificate": {
    "issuer_cn": "DigiCert Global G3 TLS ECC SHA384 2020 CA1",
    "issuer_org": "DigiCert Inc",
    "key_algorithm": "ECDSA",
    "key_size": 256,
    "not_after": "2027-02-15T23:59:59Z",
    "not_before": "2026-01-15T00:00:00Z",
    "sans": [
      "example.com",
      "www.example.com"
    ],
    "serial_number": "212351572002930070173044758915925313",
    "signature_algorithm": "ECDSA-SHA384",
    "subject_cn": "example.com"
  },
  "chain": {
    "chain_valid": true,
    "days_until_expiry": 228,
    "hostname_matches": true,
    "is_expired": false,
    "is_self_signed": false
  },
  "connection": {
    "cipher_suite": "TLS_AES_128_GCM_SHA256",
    "tls_version": "TLS 1.3"
  },
  "host": "example.com",
  "port": 443,
  "queried_at": "2026-07-02T12:00:00Z",
  "warnings": []
}

Payment details

Pay to0xd7fe185ddaa9664c9211ec1ccdac073ef79215bf
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, Arbitrum, Polygon
Schemesexact

Is this your API?

Pin it to the top of Social & Community and the homepage with a featured placement.

Get featured →

More from SSL/TLS Certificate Check & similar services