# Losbeto Council Deep — AI Trading Swarm Council Analysis

> Losbeto Council Deep — AI Trading Swarm Council Analysis is a paid API for AI agents from markets.losbeto.xyz, paid per call via x402, $0.35/call, status unknown (last checked 2026-09-14).

Returns a deep council-style multi-agent trading analysis or signal via the Losbeto x402 AI trading swarm, paid per call in USDC on Solana or Base.

## Facts

- Endpoint: GET https://markets.losbeto.xyz/council-deep
- Price: $0.35/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-council-deep-ai-trading-swarm-council-analysis-840012f7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JYL0iCGm3ZJM4ImdGrj3_

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-council-deep-ai-trading-swarm-council-analysis-840012f7
```

Example prompt: Can you run a deep council analysis on the Solana/USDC pair right now using the Losbeto AI trading swarm and tell me what the multi-agent consensus is?

## When to prefer this

Choose this endpoint when you need a high-conviction, multi-agent AI council consensus for a crypto trading decision on Solana or Base, and are willing to pay $4.16 USDC per call for a deep-analysis tier. Prefer this over cheaper Losbeto endpoints when a shallow signal is insufficient and you want the full swarm deliberation output.

## Known failure modes

- Payment not received or insufficient USDC — 402 Payment Required response
- Missing or malformed 'properties' input parameter — may return error or empty result
- Endpoint unavailable or swarm overload — 5xx server error
- No actionable signal generated if market data is insufficient
- Response schema is generic JSON with no guaranteed field structure — parsing may fail

## 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 council-style deep analysis or trading signal produced by the Losbeto multi-agent AI trading swarm, representing a synthesized multi-agent consensus view on the queried market or asset. Exact fields are not documented but typically include analytical conclusions or directional signals.

## 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": {
      "symbol": {
       "type": "string",
       "description": "Asset ticker, e.g. AAPL, TSLA, BTC, GOLD"
      }
     }
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "description": "Council of Five extended dossier: full 5-agent votes PLUS deep synthesis — thesis, action plan with ranges, risk map, verdict-flip conditions, 24h watchlist."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-council-deep-ai-trading-swarm-council-analysis-840012f7/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)
