# Losbeto Portfolio Copilot

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

Returns AI-driven portfolio analysis and trading guidance for multi-chain crypto assets, paid via USDC micropayment.

## Facts

- Endpoint: GET https://api.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-5002dd40
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zXFDOel9wOQOH3uccHIOZ

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-5002dd40
```

Example prompt: Can you run a portfolio copilot analysis on my current crypto holdings across Solana and Base and tell me what the AI recommends for rebalancing or trading?

## When to prefer this

Choose this endpoint when you need AI-driven portfolio analysis and trading guidance for crypto assets specifically on Solana or Base chains, paid via USDC micropayment using the x402 protocol. It is best suited for autonomous AI agents that need lightweight, per-call portfolio intelligence without a subscription model.

## Known failure modes

- Missing or malformed 'properties' input parameter returns an error or empty analysis
- Payment failure (insufficient USDC balance or x402 protocol error) results in 402 response and no data returned
- Unsupported chain or asset type may yield incomplete analysis
- Ambiguous or empty portfolio properties may produce generic or low-quality recommendations
- Service downtime or rate limiting returns 5xx errors

## 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 response containing AI-generated portfolio analysis, which may include risk metrics, allocation breakdowns, trading recommendations, and optimization suggestions for multi-chain crypto holdings on Solana and Base.

## 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-5002dd40/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)
