# Losbeto Sector Rotation Analysis

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

Returns sector rotation signals or data indicating which market sectors are gaining or losing momentum for trading decisions.

## Facts

- Endpoint: GET https://api.losbeto.xyz/sector-rotation
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-sector-rotation-analysis-8c9c6f76
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__vCsQYYy7QTrniVZ5rBYb

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-sector-rotation-analysis-8c9c6f76
```

Example prompt: What does the current sector rotation data look like — which sectors are leading the market and which are lagging right now?

## When to prefer this

Choose this endpoint when you need real-time or near-real-time sector rotation signals for automated trading agents, portfolio rebalancing logic, or market regime detection, and you are already operating within the Losbeto x402 USDC micropayment ecosystem on Solana or Base chains. Particularly useful when you need a single structured signal rather than raw price data.

## Known failure modes

- Invalid or malformed properties parameter returns an error or empty response
- API returns stale data if market data feed is delayed
- $1.99 USDC payment failure via x402 results in 402 Payment Required response
- Endpoint may return generic error if market is closed or data is unavailable
- Ambiguous or undocumented schema makes it hard to parse response fields correctly

## 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 sector rotation data, likely including sector names, momentum scores or rankings, directional signals (gaining/losing strength), and potentially recommended allocations or shifts based on current market conditions.

## 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": "Global sector rotation signal: 11 S&P sectors + BTC + gold ranked by 1M/3M returns, cyclicals-vs-defensives read, cycle stage and overweight calls from an AI strategist."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-sector-rotation-analysis-8c9c6f76/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)
