# Losbeto Council — AI Trading Swarm Council Endpoint

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

Returns council-level trading intelligence or multi-agent consensus data from the Losbeto AI trading swarm via x402 micropayment-gated GET request.

## Facts

- Endpoint: GET https://markets.losbeto.xyz/council
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-council-ai-trading-swarm-council-endpoint-08b418fa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Dxn3M2elnNIy7ZRrx8IBs

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-ai-trading-swarm-council-endpoint-08b418fa
```

Example prompt: Pull the latest council consensus from the Losbeto AI trading swarm — I want to see what the multi-agent council is recommending right now.

## When to prefer this

Choose this endpoint when you need council-level or consensus-aggregated output from the Losbeto multi-agent AI trading swarm, specifically when you want the coordinated view of multiple AI agents rather than a single data point, and you are equipped to pay $0.49 USDC per call via x402 on Solana or Base.

## Known failure modes

- 402 Payment Required if USDC micropayment not attached
- Invalid or missing properties parameter returns error
- Network timeout if swarm council is unavailable
- Malformed JSON response if council data is incomplete
- Authentication failure if payment on wrong chain (Solana vs Base)

## 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 council-level output from the Losbeto AI trading swarm, likely including multi-agent consensus signals, market recommendations, or aggregated trading intelligence from the swarm's coordinated agents.

## 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: five specialised AI agents (risk, regime, launches, liquidity, contrarian) vote in parallel, then a chairman synthesises the consensus. Multi-agent market view in one call."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

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