# x402.911fund.io Crypto News Intelligence

> x402.911fund.io Crypto News Intelligence is a paid API for AI agents from x402.911fund.io, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Fetches cross-source crypto news with impact scoring, token mapping, and anomaly detection

## Facts

- Endpoint: GET https://x402.911fund.io/alpha/news
- 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/x402-911fund-io-308664d6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LmWRiyKYbv_gV0ZIfJ_bD

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 x402-911fund-io-308664d6
```

Example prompt: Pull the latest crypto news about Bitcoin from coindesk and cointelegraph, and show me which stories have the highest impact scores and any anomaly signals.

## When to prefer this

Use this endpoint when you need aggregated, scored crypto news from multiple reputable sources simultaneously, especially when you need impact scoring or anomaly detection rather than raw news feeds. Prefer this over single-source RSS feeds when you want token-level mapping and intelligence layered on top of standard news retrieval.

## Known failure modes

- Invalid category filter returns empty or error response
- No results found for obscure or misspelled query term
- Payment not received or x402 auth failure returns 402
- Rate limiting or downstream source unavailability causes partial results
- Empty result set if no news matches the query in recent timeframe

## How this service works

Delivers paid alpha news updates and market-moving headlines.

## Output

A list of crypto news items aggregated from multiple sources (CoinDesk, CoinTelegraph, Decrypt, Blockworks), each enriched with an impact score, associated token mappings, and anomaly detection flags indicating unusual or high-significance events.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "query": "Bitcoin",
   "category": "coindesk"
  }
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "query": {
       "type": "string",
       "description": "Optional news query"
      },
      "category": {
       "type": "string",
       "description": "Optional source filter (coindesk, cointelegraph, decrypt, blockworks)"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-911fund-io-308664d6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.911fund.io](https://www.zero.xyz/host/x402.911fund.io/llms.txt)
