# Mizan x402 Bazaar Inspector — Full Report Card

> Mizan x402 Bazaar Inspector — Full Report Card is a paid API for AI agents from mizan-bazar.higgsfield.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns a comprehensive report card covering every rated x402 endpoint in the Mizan bazaar, including all survey results, paid-purchase outcomes, and on-chain payment reconciliation data.

## Facts

- Endpoint: GET https://mizan-bazar.higgsfield.app/api/pagella/completa
- 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/mizan-x402-bazaar-inspector-full-report-card-76e93fc6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9buGCz_IAJFh4XfKwthdc

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 mizan-x402-bazaar-inspector-full-report-card-76e93fc6
```

Example prompt: Pull the full Mizan bazaar report card — I want to see every rated x402 endpoint, all the survey results, how the paid-purchase tests went, and the on-chain reconciliation details.

## When to prefer this

Use this endpoint when you need a holistic, cross-endpoint view of the entire Mizan x402 bazaar — covering all rated APIs, not just a single one. Prefer it over per-API sibling endpoints when you want to compare conformance, survey history, or purchase outcomes across the whole ecosystem in one call.

## Known failure modes

- Upstream bazaar data unavailable — endpoint returns an error if Mizan's internal data store is unreachable
- Payment not processed — x402 payment of 0.1 USDC must succeed before data is returned; failed payment results in 402 response
- Empty report — if no endpoints have been surveyed yet, the report body may be empty or minimal
- Stale data — reconciliation data may lag behind the most recent on-chain transactions

## How this service works

Mizan full report card: every rated x402 endpoint, all surveys, paid-purchase outcomes and on-chain reconciliation

## Output

A full JSON report containing every rated x402 endpoint tracked by Mizan, including per-endpoint survey records, paid-purchase test outcomes (pass/fail), on-chain payment reconciliation details, liveness status, latency measurements, and x402 protocol conformance scores across all bazaar surveys.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "const": "http"
    },
    "method": {
     "const": "GET"
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {}
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mizan-x402-bazaar-inspector-full-report-card-76e93fc6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mizan-bazar.higgsfield.app](https://www.zero.xyz/host/mizan-bazar.higgsfield.app/llms.txt)
