x402 List

x402 Protocol Service Directory

fetchx402

Data PAYMENT-READY

payment-ready until 2026-08-27

Pay-per-request network utilities for agents via x402 V2 (USDC on Base). Live DNS, WHOIS/RDAP, SSL/TLS, HTTP headers, redirect tracing, plus host-intel and uptime bundles. No API keys. Not @x402/fetch. Catalog: https://api.fetchx402.com/v1/catalog Docs: https://api.fetchx402.com/docs Probe example: GET /v1/tools/dns?domain=example.com

Pay from $0.005 to $0.015 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

listed 2026-08-20 · no on-chain settlement recorded yet

BASE URL https://api.fetchx402.com WEBSITE https://fetchx402.com ENDPOINTS 7 NETWORK Base ASSET USDC MEMBER SINCE 2026-08-20 MONITORED SINCE 2026-08-20

ASSESSMENT

updated 4h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
-
uptime 7d
-
uptime 30d
-
uptime 90d
-
response p95
332ms
avg response
332ms
total checks
1

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (14/14)

14 of 14 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.005 to $0.015 (p38 in Data)
price (min)
$0.005
price (max)
$0.015
category percentile (min)
p38 in Data
category percentile (max)
p33 in Data
endpoints / prices
7 / 2
model
tiered
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

domain age
7d
registrar
NameCheap, Inc.
hosting
custom
domain created
2026-08-12

Identity facts, not a risk score.

traction $0.00 30d · 0 buyers
volume 30d
$0.00
buyers 30d
0
settlements 30d
0
measured since
--- (start of our harvest window)
last settlement
---
top buyer share
-
trend 7d vs 30d
-
networks
eip155:8453
volume all-time
$0
settlements all-time
0
median settlement 30d
-
max settlement 30d
-
settled via
-

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

No AI synthesis has been produced for this service yet.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
GET /v1/bundles/host-intel $0.015 Base USDC header
GET /v1/bundles/uptime-check $0.015 Base USDC header
GET /v1/tools/dns $0.005 Base USDC header
GET /v1/tools/headers $0.005 Base USDC header
GET /v1/tools/resolve-redirect $0.005 Base USDC header
GET /v1/tools/ssl-check $0.005 Base USDC header
GET /v1/tools/whois $0.005 Base USDC header
7 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /v1/bundles/host-intel returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://api.fetchx402.com/v1/bundles/host-intel'
// 402 response (captured by monitor) · 7 payloads · click to expand
[
  {
    "error": "PAYMENT-SIGNATURE header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2",
          "resourceUrl": "https://api.fetchx402.com/v1/tools/dns"
        },
        "payTo": "0x33236133BecE789D551d0B5c4f9A50095d4b57d3",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://api.fetchx402.com/v1/tools/dns",
      "tags": [
        "dns",
        "network",
        "lookup"
      ],
      "mimeType": "application/json",
      "description": "Resolve public DNS records (A, AAAA, MX, TXT, CNAME, NS, SOA) for a domain. Use when you need live DNS data and must not guess from memory or training data.",
      "serviceName": "fetchx402"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "type": "A",
              "domain": "example.com"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "ttl": 20,
              "type": "A",
              "rcode": "NOERROR",
              "domain": "example.com",
              "records": [
                {
                  "address": "104.20.23.154"
                }
              ],
              "resolver": "1.1.1.1"
            }
          },
          "iconUrl": "https://api.fetchx402.com/favicon.ico"
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "headers": {
                  "type": "object",
                  "additionalProperties": {
                    "type": "string"
                  }
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "domain"
                  ],
                  "properties": {
                    "type": {
                      "enum": [
                        "A",
                        "AAAA",
                        "MX",
                        "TXT",
                        "CNAME",
                        "NS",
                        "SOA"
                      ],
                      "type": "string",
                      "description": "DNS record type. A = IPv4 addresses, AAAA = IPv6, MX = mail exchangers, TXT = text (SPF/DKIM), CNAME = alias, NS = nameservers, SOA = start of authority. Defaults to A if omitted."
                    },
                    "domain": {
                      "type": "string",
                      "description": "Public fully-qualified domain name to resolve, such as example.com. IPs, localhost, and internal/mDNS names are rejected."
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "PAYMENT-SIGNATURE header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2",
          "resourceUrl": "https://api.fetchx402.com/v1/tools/ssl-check"
        },
        "payTo": "0x33236133BecE789D551d0B5c4f9A50095d4b57d3",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://api.fetchx402.com/v1/tools/ssl-check",
      "tags": [
        "ssl",
        "tls",
        "certificate"
      ],
      "mimeType": "application/json",
      "description": "SSL check (pay per request): inspect the leaf TLS certificate for a public hostname (validity, issuer, SANs, fingerprint, expiry). Use when you need live cert facts and must not guess. Expired or hostname-mismatched certs still return JSON flags.",
      "serviceName": "fetchx402"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "port": 443,
              "domain": "example.com"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "sni": "example.com",
              "port": 443,
              "sans": [
                "www.example.org",
                "example.com",
                "example.net",
                "example.org"
              ],
              "cipher": "aes_256_gcm_sha384",
              "domain": "example.com",
              "issuer": "CN=DigiCert Global G3 TLS ECC SHA384 2020 CA1, O=DigiCert Inc, C=US",
              "serial": "0f1a2b3c4d5e6f708192a3b4c5d6e7f8",
              "expired": false,
              "peer_ip": "23.215.0.138",
              "subject": "CN=www.example.org, O=Internet Corporation for Assigned Names and Numbers, C=US",
              "not_after": "2027-01-15T23:59:59Z",
              "not_before": "2026-01-15T00:00:00Z",
              "tls_version": "tlsv1.3",
              "not_yet_valid": false,
              "hostname_match": true,
              "fingerprint_sha256": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef",
              "signature_algorithm": "ecdsa-with-SHA384"
            }
          },
          "iconUrl": "https://api.fetchx402.com/favicon.ico"
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "headers": {
                  "type": "object",
                  "additionalProperties": {
                    "type": "string"
                  }
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "domain"
                  ],
                  "properties": {
                    "port": {
                      "enum": [
                        443
                      ],
                      "type": "integer",
                      "description": "TLS port. v1 accepts 443 only. Defaults to 443 if omitted."
                    },
                    "domain": {
                      "type": "string",
                      "description": "Public fully-qualified domain name to inspect, such as example.com. IPs, localhost, and internal/mDNS names are rejected."
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "PAYMENT-SIGNATURE header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2",
          "resourceUrl": "https://api.fetchx402.com/v1/tools/whois"
        },
        "payTo": "0x33236133BecE789D551d0B5c4f9A50095d4b57d3",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://api.fetchx402.com/v1/tools/whois",
      "tags": [
        "whois",
        "rdap",
        "domain",
        "registrar"
      ],
      "mimeType": "application/json",
      "description": "WHOIS lookup via RDAP (registrar, status, dates, nameservers, DNSSEC). Use when you need live registry data and must not guess. Unregistered names return not_found.",
      "serviceName": "fetchx402"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "domain": "example.com"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "dnssec": true,
              "domain": "example.com",
              "handle": "2336799_DOMAIN_COM-VRSN",
              "source": "rdap",
              "status": [
                "client delete prohibited",
                "client transfer prohibited",
                "client update prohibited"
              ],
              "registrar": {
                "name": "RESERVED-Internet Assigned Numbers Authority",
                "iana_id": "376"
              },
              "created_at": "1995-08-14T04:00:00Z",
              "expires_at": "2025-08-13T04:00:00Z",
              "updated_at": "2024-08-14T07:01:39Z",
              "nameservers": [
                "a.iana-servers.net",
                "b.iana-servers.net"
              ],
              "rdap_server": "https://rdap.verisign.com/com/v1/"
            }
          },
          "iconUrl": "https://api.fetchx402.com/favicon.ico"
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "headers": {
                  "type": "object",
                  "additionalProperties": {
                    "type": "string"
                  }
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "domain"
                  ],
                  "properties": {
                    "domain": {
                      "type": "string",
                      "description": "Public fully-qualified domain name to look up, such as example.com. IPs, localhost, and internal/mDNS names are rejected."
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "PAYMENT-SIGNATURE header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2",
          "resourceUrl": "https://api.fetchx402.com/v1/tools/headers"
        },
        "payTo": "0x33236133BecE789D551d0B5c4f9A50095d4b57d3",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://api.fetchx402.com/v1/tools/headers",
      "tags": [
        "http",
        "headers",
        "security"
      ],
      "mimeType": "application/json",
      "description": "Read allowlisted HTTPS response headers for a hostname (HSTS, CSP, server, CORS). Use when you need live origin headers and must not guess. HEAD of https://{domain}/ on :443; GET if HEAD is 405/501. Redirects are not followed.",
      "serviceName": "fetchx402"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "domain": "example.com"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "url": "https://example.com/",
              "domain": "example.com",
              "method": "HEAD",
              "status": 200,
              "headers": {
                "server": "ECS (nyb/1D2A)",
                "location": null,
                "content-type": "text/html",
                "x-powered-by": null,
                "cache-control": "max-age=604800",
                "referrer-policy": null,
                "x-frame-options": null,
                "www-authenticate": null,
                "permissions-policy": null,
                "x-content-type-options": null,
                "content-security-policy": null,
                "strict-transport-security": "max-age=31536000",
                "cross-origin-opener-policy": null,
                "access-control-allow-origin": null,
                "cross-origin-resource-policy": null,
                "content-security-policy-report-only": null
              },
              "peer_ip": "23.215.0.138"
            }
          },
          "iconUrl": "https://api.fetchx402.com/favicon.ico"
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "headers": {
                  "type": "object",
                  "additionalProperties": {
                    "type": "string"
                  }
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "domain"
                  ],
                  "properties": {
                    "domain": {
                      "type": "string",
                      "description": "Public fully-qualified domain name to fetch, such as example.com. We HEAD https://{domain}/ on :443 (GET if HEAD is 405/501). IPs, localhost, and internal/mDNS names are rejected. Redirects are not followed."
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "PAYMENT-SIGNATURE header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2",
          "resourceUrl": "https://api.fetchx402.com/v1/tools/resolve-redirect"
        },
        "payTo": "0x33236133BecE789D551d0B5c4f9A50095d4b57d3",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://api.fetchx402.com/v1/tools/resolve-redirect",
      "tags": [
        "http",
        "redirect",
        "url"
      ],
      "mimeType": "application/json",
      "description": "Trace HTTPS redirects for a hostname. Use when you need live hop facts and must not guess. HEAD of https://{domain}/ on :443 (GET if 405/501); follow Location up to 5 hops. HTTPS :443 only after ConnectGuard. Bodies are omitted.",
      "serviceName": "fetchx402"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "domain": "example.com"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "hops": [
                {
                  "url": "https://example.com/",
                  "index": 1,
                  "method": "HEAD",
                  "status": 200,
                  "peer_ip": "23.215.0.138",
                  "location": null
                }
              ],
              "domain": "example.com",
              "final_url": "https://example.com/",
              "hop_count": 1,
              "start_url": "https://example.com/",
              "truncated": false,
              "stop_reason": null
            }
          },
          "iconUrl": "https://api.fetchx402.com/favicon.ico"
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "headers": {
                  "type": "object",
                  "additionalProperties": {
                    "type": "string"
                  }
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "domain"
                  ],
                  "properties": {
                    "domain": {
                      "type": "string",
                      "description": "Public fully-qualified domain name to start from, such as example.com. We HEAD https://{domain}/ on :443 (GET if HEAD is 405/501), then follow Location up to 5 hops. IPs, localhost, and internal/mDNS names are rejected. Only HTTPS :443 after ConnectGuard. Response bodies are not returned."
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "PAYMENT-SIGNATURE header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2",
          "resourceUrl": "https://api.fetchx402.com/v1/bundles/host-intel"
        },
        "payTo": "0x33236133BecE789D551d0B5c4f9A50095d4b57d3",
        "amount": "15000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://api.fetchx402.com/v1/bundles/host-intel",
      "tags": [
        "host intel",
        "dns",
        "tls",
        "whois"
      ],
      "mimeType": "application/json",
      "description": "host intel: DNS, leaf TLS, and WHOIS/RDAP for one hostname in a single settle. Use when you need live host facts together and must not guess. Child errors stay in-field; we do not invent data.",
      "serviceName": "fetchx402"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "domain": "example.com",
              "dns_type": "A"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "dns": {
                "ttl": 20,
                "type": "A",
                "rcode": "NOERROR",
                "domain": "example.com",
                "records": [
                  {
                    "address": "104.20.23.154"
                  }
                ],
                "resolver": "1.1.1.1"
              },
              "ssl": {
                "sni": "example.com",
                "port": 443,
                "sans": [
                  "www.example.org",
                  "example.com",
                  "example.net",
                  "example.org"
                ],
                "cipher": "aes_256_gcm_sha384",
                "domain": "example.com",
                "issuer": "CN=DigiCert Global G3 TLS ECC SHA384 2020 CA1, O=DigiCert Inc, C=US",
                "serial": "0f1a2b3c4d5e6f708192a3b4c5d6e7f8",
                "expired": false,
                "peer_ip": "23.215.0.138",
                "subject": "CN=www.example.org, O=Internet Corporation for Assigned Names and Numbers, C=US",
                "not_after": "2027-01-15T23:59:59Z",
                "not_before": "2026-01-15T00:00:00Z",
                "tls_version": "tlsv1.3",
                "not_yet_valid": false,
                "hostname_match": true,
                "fingerprint_sha256": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef",
                "signature_algorithm": "ecdsa-with-SHA384"
              },
              "whois": {
                "dnssec": true,
                "domain": "example.com",
                "handle": "2336799_DOMAIN_COM-VRSN",
                "source": "rdap",
                "status": [
                  "client delete prohibited",
                  "client transfer prohibited",
                  "client update prohibited"
                ],
                "registrar": {
                  "name": "RESERVED-Internet Assigned Numbers Authority",
                  "iana_id": "376"
                },
                "created_at": "1995-08-14T04:00:00Z",
                "expires_at": "2025-08-13T04:00:00Z",
                "updated_at": "2024-08-14T07:01:39Z",
                "nameservers": [
                  "a.iana-servers.net",
                  "b.iana-servers.net"
                ],
                "rdap_server": "https://rdap.verisign.com/com/v1/"
              },
              "domain": "example.com"
            }
          },
          "iconUrl": "https://api.fetchx402.com/favicon.ico"
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "headers": {
                  "type": "object",
                  "additionalProperties": {
                    "type": "string"
                  }
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "domain"
                  ],
                  "properties": {
                    "domain": {
                      "type": "string",
                      "description": "Public fully-qualified domain name. Same Domain guards as the child tools. IPs, localhost, and internal/mDNS names are rejected."
                    },
                    "dns_type": {
                      "enum": [
                        "A",
                        "AAAA",
                        "MX",
                        "TXT",
                        "CNAME",
                        "NS",
                        "SOA"
                      ],
                      "type": "string",
                      "description": "DNS record type passed through to DNS Explorer. Defaults to A if omitted. Does not change TLS or RDAP."
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "PAYMENT-SIGNATURE header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2",
          "resourceUrl": "https://api.fetchx402.com/v1/bundles/uptime-check"
        },
        "payTo": "0x33236133BecE789D551d0B5c4f9A50095d4b57d3",
        "amount": "15000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://api.fetchx402.com/v1/bundles/uptime-check",
      "tags": [
        "uptime",
        "dns",
        "tls",
        "http"
      ],
      "mimeType": "application/json",
      "description": "One-shot reachability: DNS, leaf TLS, and origin headers for one hostname in a single settle. Use when you need live up/degraded/down and must not guess. Child errors stay in-field; we do not invent data.",
      "serviceName": "fetchx402"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "domain": "example.com"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "dns": {
                "ttl": 20,
                "type": "A",
                "rcode": "NOERROR",
                "domain": "example.com",
                "records": [
                  {
                    "address": "104.20.23.154"
                  }
                ],
                "resolver": "1.1.1.1"
              },
              "ssl": {
                "sni": "example.com",
                "port": 443,
                "sans": [
                  "www.example.org",
                  "example.com",
                  "example.net",
                  "example.org"
                ],
                "cipher": "aes_256_gcm_sha384",
                "domain": "example.com",
                "issuer": "CN=DigiCert Global G3 TLS ECC SHA384 2020 CA1, O=DigiCert Inc, C=US",
                "serial": "0f1a2b3c4d5e6f708192a3b4c5d6e7f8",
                "expired": false,
                "peer_ip": "23.215.0.138",
                "subject": "CN=www.example.org, O=Internet Corporation for Assigned Names and Numbers, C=US",
                "not_after": "2027-01-15T23:59:59Z",
                "not_before": "2026-01-15T00:00:00Z",
                "tls_version": "tlsv1.3",
                "not_yet_valid": false,
                "hostname_match": true,
                "fingerprint_sha256": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef",
                "signature_algorithm": "ecdsa-with-SHA384"
              },
              "domain": "example.com",
              "headers": {
                "url": "https://example.com/",
                "domain": "example.com",
                "method": "HEAD",
                "status": 200,
                "headers": {
                  "server": "ECS (nyb/1D2A)",
                  "location": null,
                  "content-type": "text/html",
                  "x-powered-by": null,
                  "cache-control": "max-age=604800",
                  "referrer-policy": null,
                  "x-frame-options": null,
                  "www-authenticate": null,
                  "permissions-policy": null,
                  "x-content-type-options": null,
                  "content-security-policy": null,
                  "strict-transport-security": "max-age=31536000",
                  "cross-origin-opener-policy": null,
                  "access-control-allow-origin": null,
                  "cross-origin-resource-policy": null,
                  "content-security-policy-report-only": null
                },
                "peer_ip": "23.215.0.138"
              },
              "verdict": "up"
            }
          },
          "iconUrl": "https://api.fetchx402.com/favicon.ico"
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "headers": {
                  "type": "object",
                  "additionalProperties": {
                    "type": "string"
                  }
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "domain"
                  ],
                  "properties": {
                    "domain": {
                      "type": "string",
                      "description": "Public fully-qualified domain name. Same Domain guards as the child tools. IPs, localhost, and internal/mDNS names are rejected. v1 always probes https://{domain}/ on :443."
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts use the 90d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/fetchx402/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
08-20 · uptime 100.0% · 189ms avg08-2008-20
90d UPTIME 100%
RESPONSE TIME
08-20 · 189ms avg08-20 · 189ms avg08-2008-20
AVG RESP 188ms
PRICE (captured 402, USD)
building price history ($0.005)

Median across 7 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
building assessment history (1 day so far)

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

VOLUME (on-chain settlement, USD)
building volume history (1 day so far)
DISTINCT BUYERS
building buyer history (1 day so far)

COMPLIANCE

14/14 checks pass · grade A

last 402 captured 2026-08-20 · last up 2026-08-20

  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (17) live · click to expand
TIME STATUS RESP CAUSE
● OK 188ms
● OK 198ms
● OK 166ms
● OK 154ms
● SLOW 299ms
● OK 203ms
● OK 109ms
● OK 116ms
● OK 182ms
● OK 88ms
● OK 178ms
● OK 182ms
● SLOW 312ms
● OK 121ms
● OK 197ms
● OK 172ms
● SLOW 332ms

EMBED THIS BADGE

Show that fetchx402 is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

fetchx402 listed on x402-list
status
fetchx402 uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/fetchx402?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/fetchx402.svg" alt="fetchx402 listed on x402-list" height="28">
</a>
// Markdown
[![fetchx402 on x402-list](https://x402-list.com/badge/fetchx402.svg)](https://x402-list.com/services/fetchx402?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/fetchx402?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/fetchx402.svg?data=uptime" alt="fetchx402 uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/fetchx402/update.