# Losbeto Starter Pack — x402 AI Trading Swarm

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

Returns a starter pack of information about the Losbeto x402-monetized AI trading swarm API, covering available endpoints and USDC micropayment options on Solana and Base.

## Facts

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

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-starter-pack-x402-ai-trading-swarm-b7f151db
```

Example prompt: Give me the Losbeto starter pack so I can see what trading endpoints are available and how to pay with USDC on Solana or Base.

## When to prefer this

Use this endpoint when you need to discover what Losbeto x402 AI trading endpoints exist and understand pricing before committing to specific calls. Prefer this as a first step before calling more specific Losbeto trading or data endpoints.

## Known failure modes

- 402 Payment Required if USDC payment not attached
- Invalid or missing properties parameter returns error
- Network timeout or API unavailability
- Malformed JSON response if schema is incomplete
- Payment rejected if insufficient USDC balance

## 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 describing the Losbeto starter pack, likely including an overview of available x402-monetized endpoints, supported chains (Solana and Base), USDC micropayment pricing details, and entry-level API access information for AI agents.

## 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": "Entry bundle designed for a first purchase: several flagship products in one $1 call, Phantom-friendly, so an agent can evaluate the top of the catalog in a single transaction."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-starter-pack-x402-ai-trading-swarm-b7f151db/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)
