# Losbeto Alpha Signal

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

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

## Facts

- Endpoint: GET https://losbeto-production-dd7c.up.railway.app/alpha-signal
- Price: $0.18/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-100b87d0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6CskTintmkJ4P49WBKgZZ

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-100b87d0
```

Example prompt: Fetch me the latest alpha trading signal from Losbeto — I want to know what the AI swarm is recommending right now for crypto markets.

## When to prefer this

Choose this endpoint when you need a quick, inexpensive ($0.18 USDC) AI-generated trading signal for crypto markets and are comfortable with x402 micropayment protocol on Solana or Base. Best for automated trading agents or bots that need a low-cost, programmatic signal feed rather than a full-featured trading analytics platform.

## Known failure modes

- Payment not included or invalid USDC micropayment returns HTTP 402
- Malformed request returns JSON error
- Service downtime on Railway deployment returns 5xx
- No properties parameter results in generic or empty signal
- Rate limiting if called too frequently without valid payment

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

## 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-alpha-signal-100b87d0/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)
