# Losbeto Council Endpoint

> Losbeto Council Endpoint is a paid API for AI agents from losbeto-production-dd7c.up.railway.app, paid per call via x402, $0.49/call, status unknown (last checked 2026-09-15).

Returns council-level AI trading swarm data or aggregated multi-chain insights via the /council route, payable in USDC via x402.

## Facts

- Endpoint: GET https://losbeto-production-dd7c.up.railway.app/council
- Price: $0.49/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-endpoint-5d580c9d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ebGtdFO5kYBsE5uKI2Bge

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-endpoint-5d580c9d
```

Example prompt: Pull the latest council consensus from the Losbeto AI trading swarm — I want to see what the multi-chain council is outputting right now for my trading bot.

## When to prefer this

Choose this endpoint when you need council-level aggregated intelligence from the Losbeto AI trading swarm specifically, and you are operating an AI agent that can handle x402 USDC micropayments on Solana or Base. It is best suited for automated trading agents that need a swarm-consensus signal rather than raw market data from a traditional financial data API.

## Known failure modes

- Payment not included or invalid USDC micropayment returns 402 Payment Required
- Missing or malformed properties parameter may return empty or error JSON
- Service unavailability on Railway hosting returns 503 or timeout
- Invalid chain context may yield no relevant council data
- Rate limiting if too many requests are made in short succession

## 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 object containing council-level output from the Losbeto AI trading swarm, which may include aggregated trading signals, multi-chain market intelligence, or swarm consensus data across Solana and Base networks.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-council-endpoint-5d580c9d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from losbeto-production-dd7c.up.railway.app](https://www.zero.xyz/host/losbeto-production-dd7c.up.railway.app/llms.txt)
