# Losbeto Sinais — Trading Signals Endpoint

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

Returns AI-generated trading signals for financial markets, payable in USDC via x402 micropayment protocol.

## Facts

- Endpoint: GET https://markets.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-trading-signals-endpoint-3879e089
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9CrqFy0JqBBZseYMezgZt

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-trading-signals-endpoint-3879e089
```

Example prompt: Pull the latest AI trading signals from Losbeto right now and tell me which assets have buy or sell recommendations.

## When to prefer this

Choose this endpoint when you need AI-generated trading signals from a multi-chain (Solana + Base) swarm and want to pay per-call in USDC via the x402 protocol, especially for automated agent workflows where micropayment-based access is preferred over subscription APIs.

## Known failure modes

- Payment not provided or rejected — returns HTTP 402 requiring USDC payment via x402 protocol
- Malformed properties parameter — returns error or empty result
- Service unavailable — upstream AI swarm may be temporarily offline
- No signals available — empty result set if market conditions produce no actionable signals

## 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 AI-generated trading signals, likely including asset identifiers, signal direction (buy/sell/hold), and possibly confidence or strength indicators for each signal.

## 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-trading-signals-endpoint-3879e089/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)
