ToolAssay

Whole-Bazaar seller census in one payload

Whole-Bazaar seller census in one payload: every fresh verdict row (resource, payTo, verdict, score, schema, latency, checkedAt, per-row signature) plus a sha256 manifest and one EIP-712 attestation over it, so a router verifies the full dump offline. MUST be invoked when an agent needs the complete trust map for routing or analytics. Do NOT use for a single lookup (see /api/census/verdict). Settles $3.500 USDC; no charge on failure; receipts at /api/ledger.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
557 msmedian answer time
$3.50listed price per call
$3.50price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://enclave402.com/api/census/export

CategoryEverything else
Provider hostenclave402.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$3.50 557 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {},
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "includeStale": {
              "default": false,
              "description": "Include rows older than the verdict TTL.",
              "type": "boolean"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": false,
          "properties": {
            "attestation": {
              "description": "EIP-712 signature over generatedAt, sha256, count and counts by the published attestor; null when unconfigured",
              "type": [
                "object",
                "null"
              ]
            },
            "census": {
              "description": "Sweep status: assessed count, cadence, last sweep.",
              "type": "object"
            },
            "count": {
              "type": "integer"
            },
            "counts": {
              "properties": {
                "avoid": {
                  "type": "integer"
                },
                "caution": {
                  "type": "integer"
                },
                "pay": {
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "generatedAt": {
              "type": "string"
            },
            "items": {
              "items": {
                "properties": {
                  "attestation": {
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "checkedAt": {
                    "type": "string"
                  },
                  "latencyMs": {
                    "type": [
                      "integer",
                      "null"
                    ]
                  },
                  "payTo": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "resource": {
                    "type": "string"
                  },
                  "schemaDeclared": {
                    "type": "boolean"
                  },
                  "score": {
                    "type": "integer"
                  },
                  "verdict": {
                    "enum": [
                      "pay",
                      "caution",
                      "avoid"
                    ],
                    "type": "string"
                  },
                  "vetVerdict": {
                    "type": "string"
                  }
                },
                "required": [
                  "resource",
                  "verdict",
                  "score",
                  "checkedAt"
                ],
                "type": "object"
              },
              "type": "array"
            },
            "settled": {
              "type": "boolean"
            },
            "sha256": {
              "description": "Hex sha256 of JSON.stringify(items).",
              "type": "string"
            },
            "ts": {
              "type": "integer"
            }
          },
          "required": [
            "generatedAt",
            "count",
            "counts",
            "sha256",
            "items",
            "census",
            "settled",
            "ts"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON