# Losbeto Copy Trade Signal Endpoint

> Losbeto Copy Trade Signal Endpoint is a paid API for AI agents from markets.losbeto.xyz, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-15).

Returns copy trading signals or data for multi-chain crypto markets, payable via USDC micropayments on Solana or Base.

## Facts

- Endpoint: GET https://markets.losbeto.xyz/copytrade
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-copy-trade-signal-endpoint-4f95d33e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8SWuXXl7AnL04BjEqE8Xp

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-copy-trade-signal-endpoint-4f95d33e
```

Example prompt: Pull the latest copy trade signals from Losbeto so I can see which positions top traders are taking right now on Solana or Base.

## When to prefer this

Choose this endpoint when you need copy trading signals specifically from the Losbeto swarm across Solana and Base chains, and you are set up for x402 USDC micropayments. Prefer this over generic market data APIs when you want curated copy-trade-style position signals rather than raw OHLCV data.

## Known failure modes

- Payment not provided or insufficient USDC — returns HTTP 402 Payment Required
- Invalid or malformed properties parameter — returns error or empty result
- Service unavailable or endpoint timeout — no data returned
- Unsupported chain or market — empty or null signal set

## 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 trade signals, positions, or market data sourced from the Losbeto multi-chain AI trading swarm, covering Solana and Base networks.

## 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": "Implied signals replicated from standout wallets: what they are accumulating or distributing, inferred from settled on-chain flow."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-copy-trade-signal-endpoint-4f95d33e/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)
