# Allen Neon x402 Bilingual Alternative Investment News Digest

> Allen Neon x402 Bilingual Alternative Investment News Digest is a paid API for AI agents from data.beingisbeing.net, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a curated, bilingual (English/Chinese) digest of neutral alternative-investment news summaries, paid per-call via x402 micropayment.

## Facts

- Endpoint: GET https://data.beingisbeing.net/v1/digest
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/allen-neon-x402-bilingual-alternative-investment-news-digest-6483afde
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LL2tKCIpM5py2ys3W2-nC

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 allen-neon-x402-bilingual-alternative-investment-news-digest-6483afde
```

Example prompt: Can you pull me the latest bilingual alternative-investment news digest — I want summaries in both English and Chinese so I can share them with our Hong Kong partners?

## When to prefer this

Choose this endpoint when you need a pre-curated, neutral, bilingual (English + Chinese) alternative-investment news digest without having to scrape or aggregate sources yourself; especially useful for agents serving multilingual audiences or building finance briefings that require both English and Chinese content in a single call.

## Known failure modes

- Payment not provided or insufficient USDC — returns 402 Payment Required
- Invalid lang parameter value — may return a 400 Bad Request or default to 'both'
- No digest available yet for the current period — returns empty items array
- Upstream news sources unavailable — digest may be stale or partial
- Network timeout — retry required

## How this service works

Bilingual alternative-investment news digest. Neutral curated summaries. Informational only, not investment advice.

## Output

An array of curated news items each containing an article URL, source name, English title, Chinese title, and a neutral summary; plus a disclaimer string and a generated_at timestamp indicating when the digest was produced.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "enum": [
    "en",
    "zh",
    "both"
   ],
   "type": "string",
   "description": "Response language preference: 'en', 'zh', or 'both' (default)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "items": {
   "type": "array",
   "items": {
    "type": "object",
    "properties": {
     "url": {
      "type": "string"
     },
     "source": {
      "type": "string"
     },
     "summary": {
      "type": "string"
     },
     "title_en": {
      "type": "string"
     },
     "title_zh": {
      "type": "string"
     }
    }
   }
  },
  "disclaimer": {
   "type": "string"
  },
  "generated_at": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/allen-neon-x402-bilingual-alternative-investment-news-digest-6483afde/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from data.beingisbeing.net](https://www.zero.xyz/host/data.beingisbeing.net/llms.txt)
