# OnlyBots Market Report — x402 API Usage Statistics

> OnlyBots Market Report — x402 API Usage Statistics is a paid API for AI agents from x402.onlybots.shop, paid per call via x402, $1/call, status unknown (last checked 2026-09-14).

Returns a market-wide report of x402 paid API usage statistics including total calls, resource counts, and category-level breakdowns over the past 30 days.

## Facts

- Endpoint: GET https://x402.onlybots.shop/market-report
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/onlybots-market-report-x402-api-usage-statistics-2bd1ffbf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GaSprJ3-N09-sAhyTAjDH

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 onlybots-market-report-x402-api-usage-statistics-2bd1ffbf
```

Example prompt: Pull the latest OnlyBots market report so I can see the total number of x402 API calls made in the last 30 days and which categories are getting the most usage.

## When to prefer this

Choose this endpoint when you need a high-level statistical snapshot of the x402 machine-payable API ecosystem — volume, category distribution, and seller benchmarks — without requiring authentication or an account. It is ideal for competitive analysis, ecosystem monitoring, or dashboard population. Prefer it over manual aggregation or web scraping of x402 market data.

## Known failure modes

- Payment not processed (402 response if USDC/Base payment fails)
- No properties filter provided returns full report (not an error)
- Stale data if report hasn't been regenerated on the expected cadence
- Malformed properties parameter returns unexpected results or empty category list

## How this service works

OnlyBots paid endpoints: web reader, PDF reader, screenshots. x402, USDC on Base, no accounts.

## Output

A JSON object containing a market overview with total API calls in the last 30 days and total resource count, a generation timestamp, and an array of category-level entries each showing category name, 30-day call count, and average calls per seller.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "overview": {
   "total_calls_30d": 306784,
   "total_resources": 15239
  },
  "generated": "2026-08-24",
  "categories": [
   {
    "category": "Web Search",
    "calls_30d": 48037,
    "calls_per_seller": 873
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onlybots-market-report-x402-api-usage-statistics-2bd1ffbf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.onlybots.shop](https://www.zero.xyz/host/x402.onlybots.shop/llms.txt)
