# ChainScout On-Chain Intelligence Report

> ChainScout On-Chain Intelligence Report is a paid API for AI agents from chainscout.lonestaroracle.xyz, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns a report of whale transfers, trending tokens, and DeFi TVL data for Base and Ethereum chains

## Facts

- Endpoint: GET https://chainscout.lonestaroracle.xyz/report
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/chainscout-lonestaroracle-xyz-3246c88a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OgJARkwy3ZgJyMPoWvkSh

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 chainscout-lonestaroracle-xyz-3246c88a
```

Example prompt: Give me a current on-chain intelligence report for Base and Ethereum — I want to see any big whale transfers happening right now, which tokens are trending, and the latest DeFi TVL numbers.

## When to prefer this

Use this endpoint when you need a combined on-chain intelligence snapshot covering whale activity, token momentum, and DeFi TVL specifically on Base and Ethereum. Prefer this over general crypto price APIs when the user wants behavioral/flow data (large transfers, trending tokens) rather than just spot prices. Best suited for DeFi analysts, trading agents, and portfolio monitors watching Base and Ethereum ecosystems.

## Known failure modes

- Payment not provided or invalid x402 payment header — returns 402 Payment Required
- Chain not supported — endpoint only covers Base and Ethereum
- Upstream RPC or indexer unavailable — may return 503 or partial data
- Rate limit exceeded — returns 429 Too Many Requests
- Stale or delayed data if on-chain indexer is lagging

## How this service works

On-chain intelligence — whale transfers trending tokens DeFi TVL on Base and Ethereum

## Output

A structured report containing whale transfer events (large wallet movements), trending token data, and DeFi total value locked (TVL) metrics across the Base and Ethereum networks

## Example request

```json
{
 "chain": "base",
 "report_type": "full"
}
```

## Request schema (JSON Schema)

```json
{
 "name": "ChainScout — On-Chain Intel",
 "tags": [
  "crypto",
  "onchain",
  "defi",
  "whale",
  "base",
  "ethereum"
 ],
 "type": "object",
 "version": "1.0.0",
 "category": "data",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {}
   }
  }
 },
 "description": "Synthesized crypto intelligence: whale transfers on Base + Ethereum, trending tokens by volume, DeFi protocol TVL movements, and Claude-written narrative briefs. Refreshed every 15 minutes."
}
```

## More

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