# Losbeto Portfolio Copilot

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

Returns portfolio copilot analysis or recommendations for crypto trading via x402 micropayment-gated endpoint

## Facts

- Endpoint: GET https://markets.losbeto.xyz/portfolio-copilot
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-portfolio-copilot-09bb9b11
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zcAD2L41npxojpgNn6KDK

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-portfolio-copilot-09bb9b11
```

Example prompt: Give me AI copilot analysis of my crypto portfolio — use the Losbeto portfolio copilot to review my current holdings and suggest any rebalancing or trading actions.

## When to prefer this

Choose this endpoint when you need a micropayment-gated AI copilot analysis of a crypto portfolio, particularly for agents operating on Solana or Base chains with USDC payment capabilities. It is suited for lightweight, per-call portfolio advisory at $0.20 USDC, making it practical for autonomous agent workflows that need occasional AI trading guidance without a subscription.

## Known failure modes

- Missing or malformed input properties field returns an error or empty response
- Insufficient USDC payment (below $0.20) causes x402 payment rejection
- Endpoint may return generic or low-quality guidance if no specific portfolio data is provided
- Network or chain congestion on Solana/Base may delay payment settlement and response
- Vague or incomplete portfolio properties may yield unhelpful copilot output

## 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 response containing AI-generated portfolio copilot analysis, which may include trading recommendations, asset allocation assessments, risk signals, or other portfolio guidance based on the provided properties.

## 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": "AI portfolio copilot: best DeFi yields, market regime, credit profile and allocation mode in one premium response."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-portfolio-copilot-09bb9b11/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)
