# Losbeto AI News

> Losbeto AI News is a paid API for AI agents from markets.losbeto.xyz, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-15).

Fetches AI-related news articles and updates via a micropayment-gated endpoint on the Losbeto trading swarm platform

## Facts

- Endpoint: GET https://markets.losbeto.xyz/ai-news
- Price: $0.008/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-ai-news-fdfa0683
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_x5RVvhx9R925224-x3_o8

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 losbeto-ai-news-fdfa0683
```

Example prompt: Can you pull the latest AI news from Losbeto right now so I can see what's happening in the artificial intelligence space today?

## When to prefer this

Choose this endpoint when you need a low-cost ($0.008 USDC), on-demand AI news feed accessible to autonomous agents using x402 micropayment protocol on Solana or Base networks. Prefer it when your agent already handles x402 payments and needs a simple GET-based news retrieval without complex authentication.

## Known failure modes

- 402 Payment Required if USDC micropayment not attached
- Invalid or malformed payment header returns 402
- Endpoint may return empty or stale results if upstream news source is unavailable
- Non-JSON or malformed response if service is misconfigured
- Rate limiting or IP blocking if called too frequently without valid payment

## How this service works

Losbeto: 67 endpoints x402 monetizados. Solana + Base. USDC micropayments para AI agents. Preços a partir de $0.003.

## Output

A JSON response containing a curated list of AI-related news items, likely including headlines, summaries, sources, and publication timestamps, gated behind a $0.008 USDC micropayment per call.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "queryParams": {
     "type": "object",
     "properties": {
      "format": {
       "type": "string",
       "description": "Response format (json)"
      }
     }
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "description": "Filtered crypto and markets newswire for agents and research bots: headlines with source and timestamp, noise removed."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-ai-news-fdfa0683/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from markets.losbeto.xyz](https://www.zero.xyz/host/markets.losbeto.xyz/llms.txt)
