# Losbeto /relatorio — Trading Report Endpoint

> Losbeto /relatorio — Trading Report Endpoint is a paid API for AI agents from api.losbeto.xyz, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-13).

Returns a trading report or summary via the Losbeto AI trading swarm platform, paid per-call via USDC micropayments over x402.

## Facts

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

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-relatorio-trading-report-endpoint-c3959553
```

Example prompt: Pull the latest trading report from Losbeto's relatorio endpoint — I want to see what the AI swarm has generated for current market conditions.

## When to prefer this

Choose this endpoint when you need an on-demand trading report from the Losbeto AI swarm platform and are comfortable paying $0.25 USDC per call via x402 micropayments on Solana or Base. It is appropriate for AI agents operating in DeFi or crypto trading pipelines that need periodic report snapshots rather than real-time streaming data.

## Known failure modes

- 402 Payment Required if USDC micropayment is not attached or insufficient
- Invalid or missing 'properties' parameter may return an error or empty result
- Network timeout if the underlying swarm computation is slow
- Malformed JSON response if the platform is misconfigured
- Authentication or payment verification failure on Solana or Base chain

## 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

Returns a JSON object containing trading report data generated by the Losbeto AI trading swarm, covering multi-chain (Solana + Base) market activity or position summaries. Exact fields are undocumented but expected to include market metrics or agent-generated trading insights.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "properties": {
      "format": {
       "description": "Response format (json)",
       "type": "string"
      }
     },
     "type": "object"
    }
   },
   "type": "object"
  },
  "output": {
   "properties": {
    "example": {
     "description": "Institutional-style market report: regime, sentiment, risks and opportunities, AI-written, with concrete trade ideas and their triggers.",
     "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-relatorio-trading-report-endpoint-c3959553/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)
