# ChainScout Trending Tokens

> ChainScout Trending Tokens 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-15).

Returns trending tokens on Base and Ethereum with on-chain signals including whale transfers and DeFi TVL data

## Facts

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

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-trending-tokens-e8d1a365
```

Example prompt: What tokens are trending on Base and Ethereum right now based on whale transfers and DeFi TVL — show me the top movers from on-chain data.

## When to prefer this

Use this endpoint when you need real-time on-chain trending intelligence — specifically whale transfer patterns and DeFi TVL — rather than price-based or social-media-derived trending signals. Best for Base and Ethereum chain coverage.

## Known failure modes

- Payment not included or insufficient (402 Payment Required)
- Rate limit exceeded
- Chain data temporarily unavailable or stale
- No trending tokens detected in current time window

## How this service works

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

## Output

A ranked list of trending tokens on Base and Ethereum, enriched with whale transfer activity, DeFi TVL figures, and on-chain momentum signals to identify which assets are gaining traction.

## 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-trending-tokens-e8d1a365/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)
