# Losbeto Market Brief — AI Trading Swarm Market Summary

> Losbeto Market Brief — AI Trading Swarm Market Summary is a paid API for AI agents from markets.losbeto.xyz, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-15).

Returns a brief market summary or overview for AI trading agents, delivered via x402 USDC micropayment on Solana or Base.

## Facts

- Endpoint: GET https://markets.losbeto.xyz/market-brief
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-market-brief-ai-trading-swarm-market-summary-66b0a753
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eQ0uE2JpN2GP9zUxkiwy8

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-market-brief-ai-trading-swarm-market-summary-66b0a753
```

Example prompt: Give me the current market brief from Losbeto — I want a quick snapshot of trading conditions right now for my crypto portfolio decisions.

## When to prefer this

Choose this endpoint when your AI agent needs a lightweight, inexpensive ($0.15 USDC) market brief and operates with x402 micropayment infrastructure on Solana or Base. Prefer this for fast, low-cost market snapshots rather than deep historical data or full OHLCV feeds.

## Known failure modes

- Payment failure: insufficient USDC balance or x402 payment not accepted — returns 402 Payment Required
- Invalid or missing properties parameter — returns 400 Bad Request
- Service unavailable or market data source down — returns 503
- Rate limiting if too many requests in a short window — returns 429

## 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 brief summary of current market conditions, potentially including price data, sentiment signals, or trading indicators relevant to cryptocurrency or multi-chain asset markets.

## 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": "Premium bundle: regime, sentiment, signals and risk in one predictable JSON object — the four calls an agent makes every morning, merged.",
     "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-market-brief-ai-trading-swarm-market-summary-66b0a753/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)
