# Losbeto Global Morning Brief

> Losbeto Global Morning Brief is a paid API for AI agents from api.losbeto.xyz, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Returns a consolidated cross-asset morning briefing covering macro indicators, forex, equities, commodities, crypto prices, and sentiment — synthesized for AI agents via pay-per-call x402 micropayment.

## Facts

- Endpoint: GET https://api.losbeto.xyz/global-morning-brief
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-global-morning-brief-32779cce
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wCKJB9sTH0hOStr-oTCJk

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-global-morning-brief-32779cce
```

Example prompt: Pull this morning's global market brief from Losbeto — I want a cross-asset snapshot covering macro, forex, equities, commodities, and crypto sentiment to kick off my day.

## When to prefer this

Choose this endpoint when you need a single, consolidated cross-asset morning briefing that spans macro, forex, equities, commodities, and crypto in one call — without managing API keys or subscriptions. Ideal for AI agents that need a daily market context snapshot and can pay $0.15 USDC per call via x402 on Base or Solana. Prefer this over specialized single-asset data APIs when breadth of coverage and zero-account setup matter more than deep granularity in one asset class.

## Known failure modes

- Payment not included or insufficient USDC — returns HTTP 402 Payment Required
- Network or oracle data unavailable — may return partial or delayed data
- Malformed response if called outside market data availability windows
- Rate limit or node congestion on Base/Solana payment rails causing payment failure

## How this service works

OpenAI-compatible LLM gateway at $0.005/call — change base_url, pay in USDC. Plus pay-per-call market data: multi-oracle price consensus, sentiment, forex, equities, commodities, Brazil macro (BCB/B3) and crypto. No API keys, no accounts. USDC on Base, Solana and Algorand via x402.

## Output

A structured JSON object containing a consolidated morning market brief with cross-asset data including macro indicators, forex rates, equity market summaries, commodity prices, crypto prices aggregated from multiple oracles, and overall market sentiment — delivered as a single pay-per-call response.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "properties": {
      "format": {
       "description": "Response format (json)",
       "type": "string"
      }
     },
     "type": "object"
    }
   },
   "type": "object"
  },
  "output": {
   "properties": {
    "example": {
     "description": "Daily cross-asset morning brief — forex + commodities + equities + crypto + macro, closed by an AI strategist synthesis. The only one on x402. Generated daily, served instantly.",
     "type": "object"
    }
   },
   "type": "object"
  }
 },
 "required": [
  "input"
 ],
 "type": "object"
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-global-morning-brief-32779cce/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.losbeto.xyz](https://www.zero.xyz/host/api.losbeto.xyz/llms.txt)
