# Losbeto Copytrade Endpoint

> Losbeto Copytrade Endpoint is a paid API for AI agents from losbeto-production-dd7c.up.railway.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Returns copy-trading signal or strategy data for AI-driven trading swarms, accessible via USDC micropayment on Solana/Base.

## Facts

- Endpoint: GET https://losbeto-production-dd7c.up.railway.app/copytrade
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-copytrade-endpoint-bbf4570e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_n9-MuwTEzXu8sXSPKmL26

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-copytrade-endpoint-bbf4570e
```

Example prompt: Pull the latest copy-trade signals from Losbeto right now so I can mirror the top strategy in my portfolio.

## When to prefer this

Use this endpoint when an AI agent needs to retrieve copy-trading signals or strategy recommendations from the Losbeto swarm and is capable of making x402 USDC micropayments on Solana or Base. Prefer this over generic market data endpoints when the goal is to mirror or replicate a specific trading strategy rather than just observe prices.

## Known failure modes

- Payment not attached or insufficient USDC — returns HTTP 402 with payment requirements
- Invalid or malformed properties parameter — returns error JSON
- Service unavailable on Railway deployment — returns 5xx
- No active copy-trade signals available — returns empty or null data set
- Unsupported chain for payment — payment rejected

## 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 copy-trading signals or strategy recommendations, likely including trader/strategy identifiers, suggested positions, asset pairs, and directional signals, paid at $0.15 USDC per call via x402 protocol on Solana or Base.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-copytrade-endpoint-bbf4570e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from losbeto-production-dd7c.up.railway.app](https://www.zero.xyz/host/losbeto-production-dd7c.up.railway.app/llms.txt)
