# Losbeto Markets Relatorio — Financial Report Endpoint

> Losbeto Markets Relatorio — Financial Report Endpoint is a paid API for AI agents from markets.losbeto.xyz, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Returns a financial or market report (relatorio) from the Losbeto AI trading swarm platform, payable via USDC micropayment.

## Facts

- Endpoint: GET https://markets.losbeto.xyz/relatorio
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-markets-relatorio-financial-report-endpoint-106bd59f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_McYx4tmWAs60LCQKwHvIb

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-markets-relatorio-financial-report-endpoint-106bd59f
```

Example prompt: Pull the latest market report from Losbeto — I want to see the current trading analysis from their AI swarm.

## When to prefer this

Choose this endpoint when you need a pre-packaged market or trading report from the Losbeto AI swarm and are able to pay $0.25 USDC per call via x402 on Solana or Base. Prefer it over manual market data aggregation when you want a single call that returns a consolidated trading analysis.

## Known failure modes

- 402 Payment Required — USDC payment of $0.25 not provided or failed
- 400 Bad Request — malformed or missing properties parameter
- 500 Internal Server Error — trading swarm backend unavailable
- Timeout — trading data retrieval takes too long
- Empty or null report — no data available for the requested parameters

## 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 object containing a financial or market report from the Losbeto AI trading swarm, likely including trading signals, market data, or analysis output relevant to monitored assets.

## 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": "Institutional-style market report: regime, sentiment, risks and opportunities, AI-written, with concrete trade ideas and their triggers."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-markets-relatorio-financial-report-endpoint-106bd59f/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)
