# ChainRay Wallet Intelligence

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

Retrieves comprehensive on-chain intelligence and analytics for a specific blockchain wallet address across supported chains

## Facts

- Endpoint: GET https://chainray.online/wallet-intel/%7Baddress%7D
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/chainray-wallet-intelligence-dd0020b2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EPhG0OPt-xZhXgj-avG1G

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-wallet-intelligence-dd0020b2
```

Example prompt: Pull the full on-chain intelligence profile for wallet 0x742d35Cc6634C0532925a3b844Bc454e4438f44e on Ethereum — I want to see their DeFi activity, token balances, and transaction patterns.

## When to prefer this

Use this endpoint when you need comprehensive, multi-dimensional intelligence on a specific wallet address — not just a balance check but full activity profiling including DeFi positions and behavioral patterns. Prefer this over raw node RPC calls when you want aggregated, pre-processed intelligence rather than raw transaction data. Best for AI agents that need to make decisions based on wallet behavior across 46 supported chains.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Unsupported chain identifier returns an error
- Wallet with no on-chain activity may return sparse or empty data
- Payment failure (x402) if insufficient USDC balance
- Rate limiting or network congestion on the target chain may cause delays

## 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

A structured object containing on-chain intelligence for the requested wallet address, including token balances, transaction history, DeFi protocol interactions, and activity metrics on the specified blockchain chain.

## Example request

```json
{
 "chain": "ethereum"
}
```

## 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-wallet-intelligence-dd0020b2/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)
