# AEML x402 Trust Scorecard Bulk Export

> AEML x402 Trust Scorecard Bulk Export is a paid API for AI agents from aeml-x402.zeabur.app, paid per call via x402, $0.09/call, status unknown (last checked 2026-09-15).

Returns a full bulk snapshot of trust scores for 1,601 x402 services, including score_total, liveness_state, lifecycle, and record_hash fields as of the latest available snapshot date.

## Facts

- Endpoint: GET https://aeml-x402.zeabur.app/trust/scorecard
- Price: $0.09/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aeml-x402-trust-scorecard-bulk-export-2b726707
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xcEmCpuyxdWra2421GhGD

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 aeml-x402-trust-scorecard-bulk-export-2b726707
```

Example prompt: Pull the full trust scorecard for all x402 services — I want to see the score_total, liveness_state, lifecycle, and record_hash for all 1,601 services in the latest snapshot.

## When to prefer this

Choose this endpoint when you need a comprehensive, all-at-once bulk export of trust scores across the entire x402 service ecosystem rather than querying individual services. It is the right choice for ecosystem audits, building trust-ranked directories of x402 services, or detecting lifecycle and liveness changes at scale. Note that sub-score detail and verification fields are currently unavailable, so prefer this only when aggregate score_total and liveness_state are sufficient for your use case.

## Known failure modes

- Payment not received or invalid x402 USDC payment on Base — returns 402 Payment Required
- Upstream data unavailable — five-axis sub-scores, action_hint, and verified fields return empty or are listed in unavailable_fields
- Stale data — snapshot is from 2026-07-08 and may not reflect current service states
- Service downtime on Zeabur hosting — potential 503 or timeout responses

## How this service works

[BATCH+PROOF] Full x402 service demand roster, latest day: demand_class, calls_30d, unique_payers_30d, score_total, liveness_state, lifecycle, record_hash per service. Model demand-v1, refreshed daily from the public CDP catalogue; unique_payers_30d is a lower bound, never a sum. DEGRADED DELIVERY, see unavailable_fields - the five-axis sub-scores, action_hint, tier and verified are empty. Descriptive only, never a forecast or advice. No data -> 422 no_charge, not billed.

## Output

Returns a JSON object with a 'rows' array containing up to 1,601 service records, each including score_total, liveness_state, lifecycle, and record_hash fields, plus a 'count' integer. Note: five-axis sub-scores, action_hint, and verified fields are unavailable (listed in unavailable_fields) due to upstream collector stoppage. Snapshot is dated 2026-07-08 and is explicitly marked stale.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "verifiable": {
       "type": "string",
       "description": "optional - set to 1 to attach `_hash_core` per row (the canonical pre-image of the record_hash for that row) so you can recompute and verify fully offline; omitted by default to keep the payload small - for online verification use free GET /gauge/verify?hash="
      }
     },
     "additionalProperties": false
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "const": "json"
    },
    "example": {}
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aeml-x402-trust-scorecard-bulk-export-2b726707/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aeml-x402.zeabur.app](https://www.zero.xyz/host/aeml-x402.zeabur.app/llms.txt)
