FETCH402
← Protocol index

Resource / 13321

unknown

Unnamed resource.

Return a 0-100 domain security score across 6 identity-risk dimensions (breach exposure, infostealer density, ransomware exposure, session exposure, CVE exposure, threat-actor targeting) with a letter grade and plain-English risk factors. Call as a single-number identity health check before onboarding, financing, or partnering with a domain.

Eligibility
unprobeable
Failures
0
Last quote
Last probe
Payment requirements / accepts[] 2 options
State Network Scheme Atomic amount Asset payTo / untrusted
active eip155:8453 exact 350000 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 0x002CfD89c5636F45E3C8576D6E35154748412bAc
active solana:5eykt4usfv8p8njdtrepy1vzqkqzkvdp exact 350000 EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v E64PiTT7U8ZUWFKdkrBFw1YzdD2bU1gKcuGnBRVqp7M6

All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.

Probe evidence 0 recent

No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.

Machine contract

Schemas.

InputJSON
{
  "body": {
    "domain": "acme.com"
  },
  "bodyType": "json",
  "discoverable": true,
  "method": "POST",
  "type": "http"
}
OutputJSON
{
  "example": {
    "data": {
      "dimension_scores": {
        "breach_exposure": 5,
        "cve_exposure": 5,
        "infostealer_density": 0,
        "ransomware_exposure": 0,
        "session_exposure": 0,
        "threat_actor_targeting": 0
      },
      "domain": "acme.com",
      "grade": "A",
      "max_score": 100,
      "risk_factors": [
        "Breach exposure: 1 known breach event(s), 50,000 accounts affected"
      ],
      "risk_level": "LOW",
      "risk_score": 10,
      "summary": "Domain acme.com scores 10/100 (A — LOW) across 2 of 6 monitored identity signal dimensions."
    },
    "ok": true
  },
  "type": "json"
}