# Ecosystem Intelligence - Latest 5-Signal Blockchain Snapshot

> Ecosystem Intelligence - Latest 5-Signal Blockchain Snapshot is a paid API for AI agents from ecosystem-intelligence.onrender.com, paid per call via x402, $0.001/call, status down (last checked 2026-09-15).

Returns the latest 5-signal ecosystem snapshot for a specified blockchain, including capital rotation, whale activity, user activity, social momentum, anomaly detection, confidence score, and narrative hint.

## Facts

- Endpoint: GET https://ecosystem-intelligence.onrender.com/v2/paid/signals/latest
- Price: $0.001/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ecosystem-intelligence-onrender-com-d3c0283c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2yYLcEaKM09RmUg2cPSth

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 ecosystem-intelligence-onrender-com-d3c0283c
```

Example prompt: Give me the latest 5-signal ecosystem snapshot for ethereum — I want to see capital rotation, whale activity, social momentum, any anomalies, and the confidence score right now.

## When to prefer this

Use this endpoint when you need a fast, pre-computed multi-signal blockchain ecosystem snapshot without invoking an LLM or building your own on-chain data pipeline. Ideal for autonomous agents that need to poll for ecosystem alerting, decision context, or anomaly detection across ethereum, base, arbitrum, or avalanche with a single low-cost call.

## Known failure modes

- Missing X-PAYMENT header returns 402 with payment details and accepts array
- Invalid or unsupported chain name may return an error or default to arbitrum
- Service downtime on Render may result in 503 or timeout
- Stale data if signals have not been recently updated

## How this service works

Latest 5-signal ecosystem snapshot for a blockchain (capital rotation, whale activity, user activity, social momentum, anomaly detection, confidence, narrative hint). Ideal for autonomous agents polling for alerting or decision context.

## Output

Returns a JSON object containing the latest 5 ecosystem signals for the requested blockchain: capital rotation, whale activity, user activity, social momentum, and anomaly detection scores, along with a confidence score and a short narrative hint. Includes created_at and updated_at timestamps.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "chain": {
   "type": "string",
   "description": "Target blockchain. Defaults to arbitrum if omitted."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "chain": "arbitrum",
 "signal": {
  "confidence": 0.5,
  "created_at": "2026-04-23T00:40:01.086Z",
  "updated_at": "2026-04-23T11:40:00.923Z",
  "signal_date": "2026-04-23T00:00:00.000Z",
  "user_activity": {
   "score": "high",
   "value": 32.1,
   "details": {
    "txDelta": -10.6,
    "txLatest": 1244160,
    "walletDelta": -64.2,
    "walletsLatest": 806400
   },
   "summary": "User activity shift: tx -10.6%, wallets -64.2% vs trailing baseline."
  },
  "narrative_hint": "Capital rotation out of Liquidity Automation (-35.39% blended). User activity shift: tx -10.6%, wallets -64.2% vs trailing baseline.",
  "whale_activity": {
   "score": "low",
   "value": 0,
   "details": {
    "txCount": 0,
    "totalUsd": 0
   },
   "summary": "Whale activity: $0.00M moved across 0 large transfers (24h)."
  },
  "social_momentum": {
   "score": "low",
   "value": 0,
   "details": {
    "ratio": 0,
    "dailyAvg": 0,
    "recentCount": 0
   },
   "summary": "Social momentum: 0 posts in 24h (0.00x 7-day daily average)."
  },
  "capital_rotation": {
   "score": "high",
   "value": 35.4,
   "details": {
    "avg1d": -35.7,
    "avg7d": -34.9,
    "blended": -35.4,
    "category": "Liquidity Automation"
   },
   "summary": "Capital rotation out of Liquidity Automation (-35.39% blended 1d/7d)."
  },
  "anomaly_detection": {
   "score": "medium",
   "value": 3,
   "details": {
    "highSignals": 2,
    "mediumPlusSignals": 2
   },
   "summary": "Anomaly score 3.00 based on 2 high and 2 medium/high corroborating signals."
  },
  "corroboration_count": 2
 },
 "apiVersion": 2
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ecosystem-intelligence-onrender-com-d3c0283c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ecosystem-intelligence.onrender.com](https://www.zero.xyz/host/ecosystem-intelligence.onrender.com/llms.txt)
