# Losbeto Alpha Signal

> Losbeto Alpha Signal is a paid API for AI agents from api.losbeto.xyz, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Returns an alpha trading signal for crypto markets, paid via USDC micropayment on Solana or Base.

## Facts

- Endpoint: GET https://api.losbeto.xyz/alpha-signal
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-alpha-signal-9d949703
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cpSmRBoE2j4YqvdPoc5P6

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-alpha-signal-9d949703
```

Example prompt: Can you fetch the latest alpha trading signal from Losbeto for me? I want to see what the AI swarm is recommending right now.

## When to prefer this

Choose this endpoint when you need a quick, low-cost ($0.18 USDC) AI-generated alpha trading signal and are already operating in a Web3/x402 micropayment context on Solana or Base. Best suited for automated trading agents that need programmatic signal access without a subscription.

## Known failure modes

- 402 Payment Required if USDC payment not attached or insufficient
- Invalid or malformed properties parameter returns error
- Endpoint may return empty or null signal during low-activity market periods
- Network timeout on Solana or Base payment rail
- Rate limiting or access denial if payment verification fails

## 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 an AI-generated alpha trading signal, likely including directional recommendations, confidence levels, or market insights produced by the Losbeto multi-chain trading swarm.

## 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": "Proprietary Losbeto Alpha Score (0-100) combining Fear & Greed, market regime, sentiment and momentum into one composite trading signal."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-alpha-signal-9d949703/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)
