# x402.fuchss.app Bulk Trust Score (200-endpoint tier)

> x402.fuchss.app Bulk Trust Score (200-endpoint tier) is a paid API for AI agents from x402.fuchss.app, paid per call via x402, $0.4/call, status unknown (last checked 2026-09-15).

Returns full x402 trust reports for up to 200 endpoint URLs in a single paid batch call, using cached or freshly recomputed scores.

## Facts

- Endpoint: POST https://x402.fuchss.app/v1/x402-trust-bulk-200
- Price: $0.4/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-fuchss-app-bulk-trust-score-200-endpoint-tier-e25a586f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BRMliujJw4ppxazcomLF1

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 x402-fuchss-app-bulk-trust-score-200-endpoint-tier-e25a586f -d '<json body>'
```

Example prompt: Can you score all of these x402 endpoints at once and give me the full trust report — grade, score, flags, and 30-day stats — for each one: https://api.example1.com/data, https://api.example2.com/search, https://api.example3.com/images? I need up to 200 URLs evaluated in one batch.

## When to prefer this

Use this endpoint when you need to evaluate between 11 and 200 x402 endpoints in a single paid call and want full trust report detail (not just a scalar). Prefer the 10-endpoint tier for small batches (lower cost), the 500-endpoint tier for very large batches, and the single /v1/x402-trust endpoint when you need a live network re-probe rather than cached/recomputed scores.

## Known failure modes

- Resources not in the observation set return found:false but still consume batch quota
- Per-request recompute limits (time and count) may cap how many stale rows get freshly recomputed in one call
- Exceeding 200 URLs in the resources array results in an error
- Malformed or non-HTTPS URLs may be rejected or return found:false
- Payment failure prevents call execution entirely
- Duplicate URLs are silently deduplicated

## How this service works

Trust, reputation & reliability scores for x402 endpoints. We monitor every listed x402 service 24/7: uptime probes, 402-envelope compliance, price history, and real on-chain USDC settlement volume. Free grade & recommendation for any endpoint, $0.005 for a full data breakdown.

## Output

An array of per-resource objects, each containing: found (bool), score (0-100), grade (A-F), scoreRange, recommendation, confidence, confidenceDetail, breakdown with subscores, explanations, flags, flagsDetailed, advertised price info, 30-day on-chain probe/settlement stats, recomputed (bool), computed_at timestamp, probed_at, serviceName, description, and gradeThresholds. Resources not in the observation set return found:false. Includes freshness metadata per row.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "resources": {
   "type": "array",
   "items": {
    "type": "string"
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "tier": 10,
  "results": [
   {
    "flags": [],
    "found": true,
    "grade": "A",
    "score": 87.4,
    "stats": {
     "payTo": "0x1111111111111111111111111111111111111111",
     "delisted": false,
     "probes30d": 144,
     "payToStale": false,
     "probeOk30d": 143,
     "firstSeenTs": 1748707200000,
     "avgLatencyMs": 210,
     "observedDays": 30,
     "latencyVantage": "measured from a single EU vantage point; includes network round-trip distance to the endpoint",
     "settlements30d": 52,
     "payToLastSeenTs": 1751299100000,
     "payToSharedWith": 0,
     "priceChanges30d": 0,
     "settlementAsset": "USDC",
     "envelopeValid30d": 144,
     "distinctPayers30d": 14,
     "settlementDecimals": 6,
     "settledVolumeUsd30d": 5.2,
     "settledVolumeUnits30d": "5200000"
    },
    "resource": "https://api.example.com/v1/thing",
    "breakdown": {
     "age": 0.7,
     "uptime": 0.99,
     "latency": 0.85,
     "activity": 0.6,
     "stability": 1,
     "compliance": 1
    },
    "freshness": {
     "live": false,
     "ageSeconds": 100,
     "probedAtTs": 1751299100000
    },
    "probed_at": 1751299100000,
    "subscores": {
     "economicConfidence": 0.6,
     "specComplianceScore": 100,
     "economicReputationScore": 71,
     "technicalReliabilityScore": 92
    },
    "templated": false,
    "advertised": {
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "amount": "10000",
     "network": "eip155:8453",
     "decimals": 6,
     "amountUsd": 0.01,
     "observedAtTs": 1751299100000
    },
    "confidence": 0.82,
    "probes_30d": 144,
    "recomputed": true,
    "scoreRange": {
     "low": 82.1,
     "high": 90,
     "point": 87.4
    },
    "computed_at": 1751299200000,
    "description": "Returns a thing.",
    "endpoint_id": 123,
    "serviceName": "Example Thing API",
    "explanations": [
     "High uptime over 144 probes.",
     "Consistent 402 envelope compliance."
    ],
    "flagsDetailed": [],
    "recommendation": "proceed",
    "gradeThresholds": {
     "A": 80,
     "B": 65,
     "C": 50,
     "D": 35,
     "F": 0
    },
    "confidenceDetail": {
     "overall": 0.82,
     "economic": 0.6,
     "observation": 0.9
    },
    "dataCompleteSince": 1748707200000
   },
   {
    "found": false,
    "grade": null,
    "score": null,
    "resource": "https://api.unknown.example/v1/missing",
    "probed_at": null,
    "confidence": null,
    "probes_30d": null,
    "recomputed": fa
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-fuchss-app-bulk-trust-score-200-endpoint-tier-e25a586f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.fuchss.app](https://www.zero.xyz/host/x402.fuchss.app/llms.txt)
