# Losbeto Enterprise AI Trading Swarm — Multi-Chain USDC Payments

> Losbeto Enterprise AI Trading Swarm — Multi-Chain USDC Payments is a paid API for AI agents from markets.losbeto.xyz, paid per call via x402, $99.99/call, status unknown (last checked 2026-09-14).

Provides enterprise-tier access to Losbeto's AI trading swarm across Solana and Base chains, monetized via x402 USDC micropayments.

## Facts

- Endpoint: GET https://markets.losbeto.xyz/enterprise
- Price: $99.99/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-enterprise-ai-trading-swarm-multi-chain-usdc-payments-daba6368
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_87aDGGobzZ66Aby_R8qkK

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-enterprise-ai-trading-swarm-multi-chain-usdc-payments-daba6368
```

Example prompt: Pull the latest enterprise-tier AI trading swarm analysis from Losbeto for Solana and Base markets — I want the full signals package for my automated trading bot.

## When to prefer this

Choose this endpoint when you need enterprise-grade AI trading swarm intelligence across both Solana and Base chains in a single call, and your agent is capable of handling x402 USDC micropayment flows. Prefer this over individual lower-tier endpoints when you need the full suite of Losbeto's market signals and are willing to pay the premium $99.99 per-call price.

## Known failure modes

- Insufficient USDC balance causes payment failure and 402 response
- Malformed or missing 'properties' input parameter returns error
- Service unavailable if Losbeto backend is down
- Ambiguous input schema may result in unexpected or empty JSON response
- High price ($99.99 per call) may cause budget-exceeded errors in agent payment flows

## How this service works

Losbeto: 67 endpoints x402 monetizados. Solana + Base. USDC micropayments para AI agents. Preços a partir de $0.003.

## Output

Returns a JSON payload containing AI trading swarm analysis, market signals, or enterprise-tier trading intelligence across Solana and Base chains, reflecting the output of Losbeto's 67 x402-monetized endpoints at the enterprise tier.

## 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": "ENTERPRISE: unlimited calls for 12 months, dedicated capacity, a 99.9% availability target and direct support. One transaction covers a full year of production usage."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-enterprise-ai-trading-swarm-multi-chain-usdc-payments-daba6368/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)
