# Canon – Statistics Endpoint

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

Returns statistical data or analysis for a given topic as part of Canon's fact-checking and academic research service for AI agents.

## Facts

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

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-947b9bd9 -d '<json body>'
```

Example prompt: Can you pull statistics on childhood obesity rates in the US using Canon's research tool so I can verify the claims in this article?

## When to prefer this

Choose this endpoint when an AI agent needs to retrieve statistical data or quantitative evidence on a topic for fact-checking or academic research purposes, especially when paying per-query via USDC on Base is acceptable and the use case involves verifying or supporting claims with data.

## Known failure modes

- Missing 'topic' field returns a 400 validation error
- Ambiguous or unsupported topic may return success:false or empty data
- Payment failure (402) if USDC on Base is not provided or insufficient
- Timeout if the research backend is slow to respond
- Topic too broad may return low-quality or generic results

## How this service works

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

## Output

Returns a JSON object with a success boolean and statistical or research data for the given topic, sourced from Canon's fact-checking and academic research backend.

## 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-947b9bd9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aury.orbonomy.xyz](https://www.zero.xyz/host/aury.orbonomy.xyz/llms.txt)
