# contextaiagent.xyz $CONTEXT Token Price & Market Data

> contextaiagent.xyz $CONTEXT Token Price & Market Data 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).

Fetches the current price and market data for the $CONTEXT token

## Facts

- Endpoint: GET https://contextaiagent.xyz/api/pulse/token
- 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-804259e7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_K8WHB_IZ7S0XtX996IAkU

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-804259e7
```

Example prompt: What's the current price and market data for the $CONTEXT token right now?

## When to prefer this

Use this endpoint when you specifically need price or market data for the $CONTEXT token from the contextaiagent.xyz platform, especially within agentic workflows that need real-time token valuation for the CONTEXT AI agent ecosystem. Prefer this over generic crypto price APIs when you need data sourced directly from the issuing platform.

## Known failure modes

- Token data unavailable or stale — market data feed may be down
- Payment failure — 402 response if USDC payment not properly submitted
- Rate limiting — too many requests in a short window
- Service unavailable — 5xx if the contextaiagent.xyz backend is down

## How this service works

Get $CONTEXT token price and market data

## Output

Returns current price and market data for the $CONTEXT token, including relevant market metrics such as price, potentially volume, market cap, and other token statistics.

## 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-804259e7/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)
