# Losbeto Week Pass — x402 AI Trading Swarm

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

Purchases a week-long access pass to Losbeto's multi-chain AI trading swarm endpoints via USDC micropayment

## Facts

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

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-73c3489a
```

Example prompt: Buy me a Losbeto week pass so I can use all their AI trading swarm endpoints on Solana and Base for the next seven days — pay $9.99 USDC via x402.

## When to prefer this

Choose this endpoint when you need sustained, repeated access to multiple Losbeto trading endpoints over a week and want to avoid per-call micropayment overhead. Better than per-call pricing if you expect to make more than ~3,330 calls in a week (at the $0.003 base rate).

## Known failure modes

- Insufficient USDC balance — payment rejected with 402 status
- Invalid or missing x402 payment header — authentication failure
- Pass already active — duplicate purchase attempt may be rejected or return existing pass
- Network error on Solana or Base during payment settlement
- Malformed request properties causing 400 bad request

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

## 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-73c3489a/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)
