# Losbeto /sinais — Crypto Trading Signals

> Losbeto /sinais — Crypto Trading Signals is a paid API for AI agents from api.losbeto.xyz, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns cryptocurrency trading signals for AI agents via x402 micropayment-gated endpoint on Solana and Base networks.

## Facts

- Endpoint: GET https://api.losbeto.xyz/sinais
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-sinais-crypto-trading-signals-18b7492e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gwi995N0GWBRJqqyOXHby

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-sinais-crypto-trading-signals-18b7492e
```

Example prompt: Can you get me the latest AI trading signals from Losbeto for my crypto portfolio — I need to know which assets currently have buy or sell signals?

## When to prefer this

Choose this endpoint when you need lightweight, micropayment-gated crypto trading signals specifically from the Losbeto AI trading swarm accessible via x402 protocol on Solana or Base. Best for AI agents that already support x402 USDC micropayments and need low-cost-per-call ($0.10) trading signal data without a subscription.

## Known failure modes

- Payment not completed — 402 response if USDC micropayment via x402 protocol is not fulfilled
- Invalid or missing properties parameter — malformed request returns error
- Endpoint unavailable or rate-limited — 5xx server errors
- No signals available for requested asset — empty or null result

## 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

Returns a JSON object containing AI-generated trading signals for cryptocurrency assets, including directional indicators (buy/sell/hold), asset identifiers, and signal metadata. Exact schema is minimal and output structure may vary.

## 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": "Actionable trading signals feed with direction, confidence and timestamp. Heuristic, with the methodology declared in the response."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-sinais-crypto-trading-signals-18b7492e/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)
