# VirusTotal Latest Comments via Locus x402

> VirusTotal Latest Comments via Locus x402 is a paid API for AI agents from virustotal.x402.paywithlocus.com, paid per call via x402, $0.055/call, status unknown (last checked 2026-09-14).

Retrieves the most recent community comments from VirusTotal's threat intelligence platform, paid per-call via x402 micropayment.

## Facts

- Endpoint: POST https://virustotal.x402.paywithlocus.com/virustotal/latest-comments
- Price: $0.055/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/virustotal-latest-comments-via-locus-x402-2662f5a8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MGHqG5Z04igtmbuzFX2uC

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability virustotal-latest-comments-via-locus-x402-2662f5a8 -d '<json body>'
```

Example prompt: Pull the latest 20 comments from VirusTotal so I can see what the security community has been saying about recent threats.

## When to prefer this

Choose this endpoint when you need the latest VirusTotal community commentary rather than scan results for a specific file, URL, domain, or IP. It is useful for ambient threat-intelligence monitoring, enriching reports with community context, or surfacing trending analyst discussion. Prefer this over file/URL/domain scan endpoints when you want crowd-sourced commentary rather than engine verdicts.

## Known failure modes

- Payment failure or insufficient USDC balance — request rejected before data is returned
- Invalid limit value (non-numeric or negative) — may return error or default to 10
- Rate limiting by the underlying VirusTotal API — upstream throttle error propagated
- Network timeout connecting to the Locus x402 proxy — request times out
- No comments available — empty data object returned

## How this service works

Threat intelligence platform — scan files by hash, URLs, domains, and IPs against 70+ antivirus engines and security tools.

## Output

Returns a JSON object containing an array of the most recent community comments posted on VirusTotal (up to the specified limit), along with payment settlement details (settled USDC amount, authorized max), and a request ID with a status URL for tracking the call.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "number"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "payment": {
   "scheme": "exact",
   "settledUsdc": "0.001000",
   "authorizedMaxUsdc": "0.001000"
  },
  "request": {
   "id": "00000000-0000-4000-8000-000000000000",
   "statusUrl": "/requests/00000000-0000-4000-8000-000000000000"
  },
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/virustotal-latest-comments-via-locus-x402-2662f5a8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from virustotal.x402.paywithlocus.com](https://www.zero.xyz/host/virustotal.x402.paywithlocus.com/llms.txt)
