# Losbeto /analise — Market Analysis Endpoint

> Losbeto /analise — Market Analysis Endpoint is a paid API for AI agents from api.losbeto.xyz, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns a JSON analysis result for a given set of properties, part of a multi-chain AI trading swarm monetized via x402 USDC micropayments on Solana and Base.

## Facts

- Endpoint: GET https://api.losbeto.xyz/analise
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-analise-market-analysis-endpoint-ef460f99
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0flzF7YItN1ymRMXSCG99

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-analise-market-analysis-endpoint-ef460f99
```

Example prompt: Can you run an analysis on this set of trading properties using the Losbeto AI trading swarm and give me back the JSON result? The properties I want analyzed are: token=SOL, timeframe=1h, chain=solana.

## When to prefer this

Choose this endpoint when you need AI-driven market or asset analysis accessible via USDC micropayment on Solana or Base chains, particularly within an x402-compatible agent workflow. Prefer it over generic market data APIs when you need a monetized, agent-native analysis endpoint that accepts arbitrary property strings and returns JSON insights as part of a broader AI trading swarm ecosystem.

## Known failure modes

- Missing or malformed 'properties' parameter returns an error or empty result
- Insufficient USDC payment via x402 protocol results in 402 Payment Required response
- Unsupported chain or property values may return an error or null analysis
- Rate limiting or API downtime returns 429 or 5xx errors
- Ambiguous schema means unexpected property keys may be silently ignored

## 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 the analysis output for the submitted properties. The exact structure is unspecified beyond being JSON, likely including analytical scores, signals, or assessments relevant to the submitted trading/asset properties.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "properties": {
      "symbol": {
       "description": "Asset ticker, e.g. AAPL, TSLA, BTC, GOLD",
       "type": "string"
      }
     },
     "type": "object"
    }
   },
   "type": "object"
  },
  "output": {
   "properties": {
    "example": {
     "description": "AI deep-dive on any supported asset: technicals, flows and narrative in one written analysis.",
     "type": "object"
    }
   },
   "type": "object"
  }
 },
 "required": [
  "input"
 ],
 "type": "object"
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-analise-market-analysis-endpoint-ef460f99/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)
