# Losbeto Council — AI Trading Swarm Council Endpoint

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

Returns council-level intelligence or aggregated signals from the Losbeto AI trading swarm, accessible via USDC micropayment on Solana or Base.

## Facts

- Endpoint: GET https://api.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-82ca2169
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vh85GXBF8NU1m46OMBkqG

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-82ca2169
```

Example prompt: Query the Losbeto council endpoint to get the swarm's current trading intelligence — I'll pay the $0.49 USDC fee on Base.

## When to prefer this

Choose this endpoint when you need aggregated AI swarm council intelligence specifically from the Losbeto multi-agent trading system and are able to pay $0.49 USDC per call via x402 protocol on Solana or Base. Prefer this over cheaper Losbeto endpoints when council-level (vs. individual signal) aggregation is required.

## Known failure modes

- Payment not received or insufficient USDC balance — 402 Payment Required
- Invalid or missing properties parameter — 400 Bad Request
- Swarm council unavailable or timeout — 503 Service Unavailable
- Unsupported chain for payment — payment processing error
- Malformed response if swarm consensus is incomplete

## 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 JSON response containing council-level output from the Losbeto AI trading swarm — likely aggregated signals, recommendations, or consensus data from the multi-agent system, returned after a $0.49 USDC micropayment is processed on Solana or Base.

## 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-82ca2169/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)
