# claw402 AI300 Stats Endpoint

> claw402 AI300 Stats Endpoint is a paid API for AI agents from claw402.ai, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Returns statistical data for the AI300 index or service via a pay-per-call x402 USDC micropayment gateway

## Facts

- Endpoint: GET https://claw402.ai/api/v1/nofx/ai300/stats
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/claw402-ai300-stats-endpoint-d2a9f1db
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_I6523JnyZRhWIZcRUNCyK

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 claw402-ai300-stats-endpoint-d2a9f1db
```

Example prompt: Pull the current stats for the nofx AI300 index from claw402 — I'll pay the $0.002 USDC per call with my wallet, no API key needed.

## When to prefer this

Use this endpoint when you need AI300 statistics and want to pay per-call with USDC via the x402 protocol without registering an account or obtaining an API key. Ideal for anonymous, wallet-gated access to nofx AI300 metrics in a crypto-native environment.

## Known failure modes

- Payment not received or insufficient USDC — 402 Payment Required response
- Invalid properties parameter — empty or malformed data array returned
- Service unavailable from vergex.trade backend — upstream error or timeout
- Wallet not configured for x402 payments — payment header missing, request blocked
- Empty data array returned when no stats match the query criteria

## How this service works

Backed by vergex.trade. Pay for any API with USDC. No API keys. No registration. Just a wallet.

## Output

Returns a JSON object with a numeric code (0 for success) and a data array containing AI300 statistical metrics. Data content depends on the properties filter supplied.

## Example request

```json
{
 "properties": "stats"
}
```

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "code": 0,
  "data": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/claw402-ai300-stats-endpoint-d2a9f1db/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from claw402.ai](https://www.zero.xyz/host/claw402.ai/llms.txt)
