# agent-data-toolkit

> agent-data-toolkit is a paid API for AI agents from agent-data-toolkit.onrender.com, paid per call via x402, $3/call, status unknown (last checked 2026-09-14).

## Facts

- Endpoint: POST https://agent-data-toolkit.onrender.com/x402report
- Price: $3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402report-7ed561c1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_V1vSlHYtYWNvaWWYjKq1O

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 x402report-7ed561c1 -d '<json body>'
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "method"
   ],
   "properties": {
    "body": {
     "type": "object",
     "properties": {}
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "required": [
      "ok"
     ],
     "properties": {
      "ok": {
       "type": "boolean"
      },
      "as_of": {
       "type": "string"
      },
      "trend": {},
      "totals": {},
      "top_sellers": {
       "type": "array",
       "items": {}
      },
      "concentration": {}
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402report-7ed561c1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent-data-toolkit.onrender.com](https://www.zero.xyz/host/agent-data-toolkit.onrender.com/llms.txt)
