# Losbeto Day Pass — x402 AI Trading Swarm

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

Purchases a day pass granting access to the Losbeto multi-chain AI trading swarm API suite via USDC micropayment on Solana or Base.

## Facts

- Endpoint: GET https://api.losbeto.xyz/day-pass
- Price: $2.99/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-day-pass-x402-ai-trading-swarm-3f4626e6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9dqufMO7bA1H8nGJ6HQ0s

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-x402-ai-trading-swarm-3f4626e6
```

Example prompt: Purchase a Losbeto day pass using my USDC wallet so I can use all their multi-chain AI trading endpoints on Solana and Base for today.

## When to prefer this

Choose this endpoint when you need bulk access to multiple Losbeto trading endpoints in a single day and want to avoid per-call micropayment overhead; it is more cost-effective than paying $0.003+ per individual endpoint call if you plan to make more than ~1000 calls. Prefer this over individual endpoint payments when running automated agent workflows that need sustained access across Solana and Base chains throughout a trading session.

## Known failure modes

- Insufficient USDC balance causes payment failure and 402 response
- Invalid or missing x402 payment header returns authentication error
- Expired or already-used day pass token rejected on subsequent calls
- Unsupported chain or wallet address causes payment routing failure
- API downtime returns 503 with no access granted despite payment attempt

## 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

Returns a JSON response containing a day pass credential or authorization token that grants access to the Losbeto suite of 67 monetized trading endpoints for a 24-hour period, paid via $2.99 USDC through the x402 payment 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-x402-ai-trading-swarm-3f4626e6/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)
