# ApexScout Agent Commerce Reliability Ledger

> ApexScout Agent Commerce Reliability Ledger is a paid API for AI agents from apexscout.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns a structured troubleshooting ledger for x402 payment protocol issues, including wallet/client compatibility matrices, failure signatures, verified fixes, and safe retry recipes for AI agents.

## Facts

- Endpoint: GET https://apexscout.ai/api/agent-commerce-reliability-ledger
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apexscout-agent-commerce-reliability-ledger-1c1718ef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5M5B0KU11PVooTlkZ--UE

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 apexscout-agent-commerce-reliability-ledger-1c1718ef
```

Example prompt: Pull up the ApexScout Agent Commerce Reliability Ledger so I can see the current x402 failure signatures, wallet compatibility matrix, and verified fixes for my buyer agent that keeps getting PAYMENT-REQUIRED errors.

## When to prefer this

Use this endpoint when an AI agent is experiencing x402 payment protocol errors and needs structured, versioned troubleshooting data — specifically for diagnosing PAYMENT-REQUIRED response issues, wallet client incompatibilities, or Cloudflare interference. Prefer this over generic documentation when you need machine-readable failure signatures and step-by-step remediation recipes designed specifically for AWAL and buyer agents operating in the Bazaar MCP ecosystem.

## Known failure modes

- HTTP 402 if the $0.1 USDC payment header is missing or invalid
- Stale ledger data if accessed after the validUntil timestamp has passed
- Cloudflare challenge or block if the calling agent's headers trigger bot detection
- Empty or minimal response if the ledger has not yet been populated for the current release cycle

## How this service works

ApexScout Agent Commerce Reliability Ledger. Deterministic paid GET artifact with no request body or buyer input.

## Output

Returns a JSON document containing: a compatibility matrix of wallet/client combinations tested against x402, an array of known failure signatures (including invalid PAYMENT-REQUIRED responses and Cloudflare-related failures), verified remediation steps, buyer agent recipes for safe retries, a Bazaar MCP buyer recipe, coverage metadata, content and previous SHA-256 digests for change detection, edition delta, evidence policy, and privacy fields — all versioned with generatedAt and validUntil timestamps.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "privacy": {
   "rawLogsExposed": false,
   "aggregateOnlyMetrics": true,
   "buyerLevelDataExposed": false
  },
  "product": "agent-commerce-reliability-ledger",
  "release": "v2.2.205-poncho-merchant-activation",
  "coverage": {
   "buyerClients": 4,
   "clientVersions": 6,
   "failureSignatures": 11,
   "verifiedMitigations": 6
  },
  "validUntil": "2026-07-17T05:18:40.000Z",
  "generatedAt": "2026-07-10T05:18:40.000Z",
  "buyerRecipes": [],
  "editionDelta": {
   "summary": "Added a buyer-controlled Bazaar MCP recipe and explicit weekly freshness fields.",
   "fullPaidDatasetExposed": false
  },
  "contentDigest": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
  "schemaVersion": "1.2.0",
  "verifiedFixes": [],
  "evidencePolicy": {
   "sourceClass": "ApexScout-owned operational evidence and public protocol documentation"
  },
  "previousDigest": "sha256:453fb4da794028027659c219ac7d7347a480ae5c206bb5bfaf1d18d2a280d857",
  "failureSignatures": [],
  "compatibilityMatrix": [],
  "bazaarMcpBuyerRecipe": {
   "searchTool": "search_resources",
   "purchaseTool": "proxy_tool_call",
   "searchQueries": [
    "agent commerce reliability data",
    "x402 buyer compatibility",
    "agent payment failure signatures",
    "x402 remediation guidance"
   ],
   "apexScoutPaysForBuyer": false,
   "buyerControlledPayment": true,
   "paidCompletionDefinition": "settled buyer-controlled payment followed by full Ledger delivery"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apexscout-agent-commerce-reliability-ledger-1c1718ef/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from apexscout.ai](https://www.zero.xyz/host/apexscout.ai/llms.txt)
