# Losbeto Market Analysis Endpoint

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

Provides market analysis data for crypto trading, accessible via USDC micropayments on Solana and Base chains.

## Facts

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

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

Example prompt: Can you pull the latest market analysis from Losbeto for the current crypto trading conditions, paying the $0.05 USDC fee per call?

## When to prefer this

Choose this endpoint when you need affordable per-call ($0.05 USDC) crypto market analysis paid via x402 micropayments on Solana or Base, especially for AI trading agents that require pay-as-you-go access without subscription overhead.

## Known failure modes

- 402 Payment Required if USDC micropayment is not attached or insufficient
- Invalid or missing properties parameter returns error or empty result
- Network timeout if blockchain payment confirmation is slow
- Malformed JSON response if upstream data source is unavailable
- Rate limiting if too many requests are made in a short window

## How this service works

Losbeto: 67 endpoints x402 monetizados. Solana + Base. USDC micropayments para AI agents. Preços a partir de $0.003.

## Output

Returns a JSON object containing market analysis data, likely including price trends, market signals, or trading metrics relevant to supported crypto assets on Solana and Base chains.

## 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": {
      "symbol": {
       "type": "string",
       "description": "Asset ticker, e.g. AAPL, TSLA, BTC, GOLD"
      }
     }
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "description": "AI deep-dive on any supported asset: technicals, flows and narrative in one written analysis."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

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