# Losbeto Agent Call — x402 AI Trading Swarm

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

Executes an AI agent call on the Losbeto multi-chain trading swarm, paid via USDC micropayment over the x402 protocol on Solana or Base.

## Facts

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

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-agent-call-x402-ai-trading-swarm-4d6a8e66
```

Example prompt: Call the Losbeto AI trading swarm agent with my trading parameters and pay for it using USDC on Base via x402 — I want to execute a multi-chain trade action.

## When to prefer this

Choose this endpoint when you need to invoke a pay-per-call AI trading agent that supports x402 USDC micropayments on Solana or Base. Prefer it over traditional REST APIs when your agent workflow requires on-chain payment settlement and multi-chain trading automation without pre-negotiated API keys.

## Known failure modes

- Payment failure: insufficient USDC balance or x402 payment not accepted
- Invalid properties input: malformed or missing agent call parameters
- Network error: Solana or Base chain unavailable
- 402 Payment Required: x402 handshake fails
- Endpoint unavailable: one of the 67 swarm endpoints is offline
- Timeout: agent computation exceeds response time limit

## 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 from the Losbeto AI trading swarm agent, containing the result of the executed agent call. The exact fields are not documented but the response is JSON-formatted and reflects the outcome of the agent's computation or trading action.

## 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-agent-call-x402-ai-trading-swarm-4d6a8e66/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)
