# Context AI Agent Platform Overview Stats

> Context AI Agent Platform Overview Stats is a paid API for AI agents from contextaiagent.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns high-level platform overview statistics for the $CONTEXT AI agent ecosystem

## Facts

- Endpoint: GET https://contextaiagent.xyz/api/pulse
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/contextaiagent-xyz-64a68f09
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gNIcCF74l5fdmvE4roKKk

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 contextaiagent-xyz-64a68f09
```

Example prompt: Can you pull up the current platform overview stats for the Context AI agent network — I want to see the big-picture pulse of what's happening across the ecosystem right now?

## When to prefer this

Use this endpoint when you need a broad, top-level overview of the $CONTEXT AI agent platform rather than specific agent rankings or token price data. Prefer this over the sibling endpoints when the user wants aggregate ecosystem health or a general pulse of the platform, not individual agent rankings or market pricing details.

## Known failure modes

- API returns 402 Payment Required if USDC payment header is missing or insufficient
- Network timeout if contextaiagent.xyz is unavailable
- Empty or stale data if platform stats have not been recently updated
- Malformed response if the platform backend is under maintenance

## How this service works

Get $CONTEXT platform overview stats

## Output

Returns a snapshot of high-level platform statistics for the $CONTEXT AI agent ecosystem, likely including metrics such as total agents, overall activity counts, network health indicators, and other aggregate platform-level data points.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {},
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/contextaiagent-xyz-64a68f09/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from contextaiagent.xyz](https://www.zero.xyz/host/contextaiagent.xyz/llms.txt)
