# ChainRay Address Watcher

> ChainRay Address Watcher is a paid API for AI agents from chainray.online, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-08).

Monitors and retrieves on-chain activity and intelligence for a specific blockchain address across supported chains

## Facts

- Endpoint: GET https://chainray.online/watch/%7Baddress%7D
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/chainray-address-watcher-08cb01e4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Jf_-z_YwGroTWeFkAu-Hc

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 chainray-address-watcher-08cb01e4
```

Example prompt: Can you watch the address 0xAbC123...def456 on Ethereum and tell me what's happening on-chain — any recent transactions, DeFi interactions, or notable activity?

## When to prefer this

Choose this endpoint when you need to monitor or retrieve on-chain intelligence for a specific wallet or contract address on a particular blockchain, especially when real-time or near-real-time data is needed. Prefer over generic block explorers when you need structured, agent-friendly data with pay-per-request pricing via x402.

## Known failure modes

- Invalid or malformed blockchain address returns an error
- Unsupported chain identifier returns a 400 or 404 error
- Address with no on-chain activity may return empty results
- Rate limiting or payment failure (x402) if USDC balance is insufficient
- Network congestion on the target chain may delay real-time data

## How this service works

The most complete blockchain data and intelligence service for AI agents. 93 endpoints across 46 chains, from gas fees to DeFi analytics, with real-time streams, intent routing, and verifiable proofs. Pay-per-request via x402.

## Output

Returns on-chain intelligence for the specified address on the target chain, including transaction history, activity patterns, and potentially DeFi analytics or other address-level data available via ChainRay's platform.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "chain": {
   "enum": [
    "base",
    "ethereum",
    "arbitrum",
    "optimism",
    "polygon",
    "bsc",
    "avalanche",
    "zksync",
    "linea",
    "scroll",
    "blast",
    "mantle",
    "gnosis",
    "polygon-zkevm",
    "mode",
    "sei",
    "celo",
    "manta",
    "taiko",
    "fantom",
    "cronos",
    "opbnb",
    "zora",
    "worldchain",
    "metis",
    "fraxtal",
    "kava",
    "zetachain",
    "filecoin",
    "core-dao",
    "aurora",
    "moonbeam",
    "klaytn",
    "bob",
    "canto",
    "solana",
    "sui",
    "aptos",
    "ton",
    "xrp",
    "tron",
    "doge",
    "cardano",
    "near",
    "cosmos",
    "bitcoin"
   ],
   "type": "string",
   "description": "Target blockchain"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "additionalProperties": true
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/chainray-address-watcher-08cb01e4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from chainray.online](https://www.zero.xyz/host/chainray.online/llms.txt)
