# Losbeto Week Pass — x402 AI Trading Swarm

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

Purchases a week-long access pass to Losbeto's AI trading swarm endpoints via a $9.99 USDC x402 micropayment on Solana or Base.

## Facts

- Endpoint: GET https://api.losbeto.xyz/week-pass
- Price: $9.99/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-week-pass-x402-ai-trading-swarm-770a052c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_znZkT2GHgmVcTnO9yIaeN

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-week-pass-x402-ai-trading-swarm-770a052c
```

Example prompt: Buy me a one-week access pass on Losbeto's AI trading swarm — pay $9.99 USDC via x402 on Base so I can use all their trading endpoints for the next 7 days.

## When to prefer this

Choose this endpoint when an AI agent needs sustained, multi-call access to Losbeto's full suite of 67 trading endpoints and wants to pay a flat $9.99 USDC fee upfront for a week rather than paying per-call micropayments at $0.003+ each. Ideal when expected usage volume over a week exceeds ~3,330 individual calls.

## Known failure modes

- Insufficient USDC balance — payment rejected by x402 facilitator
- Invalid or missing x402 payment header — returns 402 Payment Required
- Unsupported blockchain network specified — returns error or 400
- Pass already active — duplicate purchase attempt may fail or be ignored
- Network congestion on Solana/Base — payment confirmation delayed or timed out

## 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 confirming the week pass purchase, likely including pass validity dates, an access token or credential, and confirmation of the $9.99 USDC payment on the selected chain (Solana or Base).

## 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": "WEEK PASS: unlimited calls to every endpoint for 7 days — the same access as the day pass at roughly half the daily cost. For agents running a full evaluation cycle."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

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