# Losbeto Day Pass — AI Trading Swarm Access

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

Purchases a day pass granting full-day access to Losbeto's 67 monetized trading and market endpoints via x402 USDC micropayments on Solana and Base.

## Facts

- Endpoint: GET https://markets.losbeto.xyz/day-pass
- Price: $2.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-day-pass-ai-trading-swarm-access-13841f07
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GlXijo04wq8D9ls4bTeEe

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-day-pass-ai-trading-swarm-access-13841f07
```

Example prompt: Buy me a Losbeto day pass so my trading agent can access all their market endpoints today — pay $2.99 USDC via x402 on Base.

## When to prefer this

Choose this endpoint when an AI agent or user needs repeated or bulk access to multiple Losbeto market and trading endpoints within a single day, making the $2.99 flat day pass more cost-effective than paying $0.003+ per individual call across 67 endpoints. Ideal for trading bots, research sessions, or agent swarms that will make more than ~1,000 calls in 24 hours.

## Known failure modes

- Insufficient USDC balance causes payment failure and no access granted
- Unsupported blockchain network selected results in transaction rejection
- x402 payment protocol misconfiguration leads to 402 Payment Required error loop
- Day pass already active — duplicate purchase attempt may be rejected or silently succeed
- Network congestion on Solana or Base delays payment confirmation and access grant

## 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 day pass access token or confirmation granting the calling agent unrestricted access to all 67 Losbeto monetized endpoints for a 24-hour period, paid via $2.99 USDC through the x402 protocol on 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": "DAY PASS: unlimited calls to every endpoint for 24 hours. One payment, no per-request settlement, no rate limit."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-day-pass-ai-trading-swarm-access-13841f07/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)
