# Losbeto Swarm Vote

> Losbeto Swarm Vote is a paid API for AI agents from api.losbeto.xyz, paid per call via x402, $0.025/call, status unknown (last checked 2026-09-13).

Collects or retrieves a swarm-consensus vote from an AI trading swarm operating across Solana and Base chains, paid via USDC micropayment.

## Facts

- Endpoint: GET https://api.losbeto.xyz/swarm-vote
- Price: $0.025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-swarm-vote-a4f7adcd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_s9MXQlttSQNML122QSJgz

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-swarm-vote-a4f7adcd
```

Example prompt: Ask the Losbeto AI trading swarm to vote on whether I should enter a long position on SOL right now — pay the $0.025 USDC fee and give me the swarm consensus.

## When to prefer this

Choose this endpoint when you need a collective AI swarm consensus on a trading or market decision and want a lightweight, pay-per-use micropayment model via USDC on Solana or Base. Prefer this over single-model signals when you want multi-agent agreement rather than a single AI opinion.

## Known failure modes

- Insufficient USDC payment results in 402 Payment Required response
- Malformed properties parameter returns 400 error
- Swarm unavailable or timeout returns 503 or timeout error
- Invalid chain context may return an error or empty result
- Rate limiting if too many calls are made rapidly

## 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 the swarm's aggregated vote or consensus decision, likely including vote outcome, confidence or agreement level, and possibly the chain context (Solana or Base) used for the computation.

## 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": {
      "format": {
       "type": "string",
       "description": "Response format (json)"
      }
     }
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "description": "Consensus vote across the peer node swarm: how independent nodes read the same market right now, and how wide the disagreement is."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-swarm-vote-a4f7adcd/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)
