# Losbeto Sentiment Consensus

> Losbeto Sentiment Consensus is a paid API for AI agents from api.losbeto.xyz, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Returns a consensus sentiment signal across multiple data sources for a given asset or market, paid per-call via USDC with no API key required.

## Facts

- Endpoint: GET https://api.losbeto.xyz/sentiment-consensus
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-sentiment-consensus-672c40fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2PBsKz8R6vV352E0F-k60

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-sentiment-consensus-672c40fb
```

Example prompt: What's the current aggregated sentiment consensus for Bitcoin — is the market leaning bullish or bearish right now?

## When to prefer this

Choose this endpoint when you need a quick, aggregated sentiment reading across multiple data sources for a specific asset without managing API keys or subscriptions — ideal for AI agents making autonomous trading-adjacent decisions or market awareness checks via x402 micropayments on Base or Solana.

## Known failure modes

- Unsupported or unrecognized asset symbol returns an error or empty result
- Payment failure (insufficient USDC or x402 protocol error) blocks the call
- Rate or network issues may cause transient 402/5xx errors
- Missing or malformed query parameters may return a validation error

## 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 object containing a sentiment consensus score or signal for the requested asset, aggregated from multiple sources, indicating the prevailing bullish or bearish market mood.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "properties": {
      "format": {
       "description": "Response format (json)",
       "type": "string"
      }
     },
     "type": "object"
    }
   },
   "type": "object"
  },
  "output": {
   "properties": {
    "example": {
     "description": "Multi-indicator sentiment consensus: composite of the fear & greed survey, market-cap momentum, breadth of the top-50 and realized volatility, queried in parallel. Returns the composite score, the spread between indicators as a confidence signal, and contrarian divergence detection — for example survey fear against positive breadth, the classic capitulation-bottom signature. The headline index is free; the agreement between four measures is not.",
     "type": "object"
    }
   },
   "type": "object"
  }
 },
 "required": [
  "input"
 ],
 "type": "object"
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-sentiment-consensus-672c40fb/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)
