# Losbeto Swarm Vote

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

Retrieves a swarm-based trading vote or consensus signal from the Losbeto AI trading swarm, paid via USDC micropayment on Solana or Base.

## Facts

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

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-65dfcff8
```

Example prompt: Can you get the Losbeto AI trading swarm's current vote or consensus signal for me right now?

## When to prefer this

Choose this endpoint when you need a crowd-sourced AI swarm consensus or vote signal for trading decisions, especially if you are already using the Losbeto ecosystem or need USDC micropayment-based access on Solana or Base chains. Prefer this over single-source trading signals when swarm intelligence or multi-agent voting is the desired input.

## Known failure modes

- Missing or malformed properties parameter returns an error or empty result
- Payment failure via x402 protocol results in 402 response and no data
- Swarm unavailable or no active vote returns empty or null result
- Network issues on Solana or Base may delay or block the response

## 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 the swarm vote result or consensus signal from the Losbeto AI trading swarm, likely including direction, confidence, or vote tallies from multiple AI agents across Solana and Base networks.

## 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-65dfcff8/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)
