# Losbeto Copytrade Endpoint

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

Returns copy-trading data or signals for AI trading agents via x402-monetized micropayment API on Solana and Base chains.

## Facts

- Endpoint: GET https://api.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-copytrade-endpoint-f8a81dfd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9BFE1sc30N86J9CmOz6ID

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-f8a81dfd
```

Example prompt: Pull the latest copy-trade signals from Losbeto's AI trading swarm so I can mirror the top positions on Solana or Base chain.

## When to prefer this

Choose this endpoint when you need copy-trading signals or position data specifically from the Losbeto AI trading swarm, particularly when operating with x402 USDC micropayment infrastructure on Solana or Base chains and require low-cost-per-call access at $0.15 USDC.

## Known failure modes

- 402 Payment Required if USDC micropayment not attached
- Invalid or malformed properties query parameter
- Empty response if no active copy-trade signals available
- Network timeout if Solana or Base chain data is temporarily unavailable
- JSON parse error if response schema is malformed

## 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 JSON containing copy-trading signals, positions, or market data generated by Losbeto's AI trading swarm, intended for consumption by automated trading agents. Exact fields are unspecified in the schema but expected to include trade direction, asset, and chain information.

## 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-copytrade-endpoint-f8a81dfd/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)
