# Canon Statistics Endpoint

> Canon Statistics Endpoint is a paid API for AI agents from canon.orbonomy.xyz, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Returns statistical or aggregate data about a given research topic, supporting fact-checking and academic inquiry for AI agents.

## Facts

- Endpoint: POST https://canon.orbonomy.xyz/api/statistics
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/canon-statistics-endpoint-5fa0cce7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HSfRldC94r6utY_QP8i-W

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 canon-statistics-endpoint-5fa0cce7 -d '<json body>'
```

Example prompt: Can you pull up the key statistics on climate change and sea level rise? I want to fact-check some claims I'm seeing.

## When to prefer this

Use this endpoint when you need quantitative statistics or aggregate data on a research topic for fact-checking or academic purposes, and want results backed by curated academic sources rather than a general web search.

## Known failure modes

- Missing required 'topic' field returns a 400-style error
- Topic too vague or unsupported may return empty or low-confidence results
- Payment failure (402) if USDC payment on Base is not completed
- Server-side lookup failure returns success: false

## How this service works

Fact-checking and academic research for AI agents. Verify claims, search papers, explore journals. USDC on Base.

## Output

A JSON object with a success boolean and statistical or aggregate data related to the provided topic, sourced from academic or research databases.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "topic"
 ],
 "properties": {
  "topic": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/canon-statistics-endpoint-5fa0cce7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from canon.orbonomy.xyz](https://www.zero.xyz/host/canon.orbonomy.xyz/llms.txt)
