# Losbeto AI Trading Swarm — Agent Call Endpoint

> Losbeto AI Trading Swarm — Agent Call Endpoint is a paid API for AI agents from markets.losbeto.xyz, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Provides AI agent-callable market or trading data via an x402-monetized endpoint supporting USDC micropayments on Solana and Base.

## Facts

- Endpoint: GET https://markets.losbeto.xyz/agent-call
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-ai-trading-swarm-agent-call-endpoint-461cbf0d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fzrvTCXKIqQ8Zdj7OoIEi

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-ai-trading-swarm-agent-call-endpoint-461cbf0d
```

Example prompt: Can you call the Losbeto AI trading swarm agent endpoint and get the latest market data or trading signals, paying with USDC via x402 on Base or Solana?

## When to prefer this

Choose this endpoint when your AI agent needs market or trading data and supports the x402 payment protocol with USDC on Solana or Base; it is particularly suited for autonomous agents that handle micropayments natively and need per-call access without subscription overhead.

## Known failure modes

- Payment not completed or USDC balance insufficient — returns 402 Payment Required
- Invalid or missing properties parameter — returns malformed request error
- Unsupported chain for payment — transaction fails if neither Solana nor Base is used
- Endpoint unavailable or server error — returns 5xx with no data
- Empty or null properties value — may return empty or error JSON

## 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 market or trading data, signals, or analysis results returned by the Losbeto AI trading swarm, gated behind a $0.10 USDC x402 micropayment per call.

## 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": "Agent-to-agent (A2A) call into another node of the swarm: relay a question and get that node's own answer back, priced per call."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-ai-trading-swarm-agent-call-endpoint-461cbf0d/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)
