# Losbeto Starter Pack — x402 AI Trading Swarm

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

Returns a starter pack of trading or market data endpoints available via x402 USDC micropayments on Solana and Base chains.

## Facts

- Endpoint: GET https://markets.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-acc01fc5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_i9rmgpeSBW_kppEvO7dYe

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

Example prompt: Pull up the Losbeto starter pack so I can see what trading and market data endpoints are available for my AI agent to use with USDC micropayments on Solana or Base.

## When to prefer this

Choose this endpoint when an AI agent needs to discover and access a bundled set of affordable crypto trading and market data endpoints paid via USDC micropayments on Solana or Base chains, especially when using the x402 payment protocol. Prefer it over generic REST data APIs when your agent requires multi-chain compatibility and per-call micropayment billing starting at fractions of a cent.

## Known failure modes

- 402 Payment Required if USDC payment is not attached
- Invalid or malformed properties parameter returns error
- Network or chain unavailability on Solana or Base may cause timeouts
- Empty or minimal response if starter pack catalog is not populated
- Authentication or facilitator misconfiguration may block access

## 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 describing the starter pack of trading and market data endpoints available on the Losbeto platform, including endpoint names, supported chains (Solana, Base), pricing in USDC, and access details 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-acc01fc5/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)
