# Losbeto Event Playbook

> Losbeto Event Playbook is a paid API for AI agents from markets.losbeto.xyz, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-13).

Returns a structured event playbook for trading or market events, accessible via USDC micropayment on Solana or Base.

## Facts

- Endpoint: GET https://markets.losbeto.xyz/event-playbook
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-event-playbook-6f5f9101
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qIefp7EtKfsrAKAYuxlOU

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-event-playbook-6f5f9101
```

Example prompt: Pull the Losbeto event playbook so I can see what market events are scheduled and how to trade around them today.

## When to prefer this

Choose this endpoint when an AI trading agent needs structured, event-driven market guidance and is capable of making USDC micropayments on Solana or Base via the x402 protocol. Prefer this over generic market data APIs when you specifically need event playbook data with micropayment-based access control.

## Known failure modes

- Payment not fulfilled — 402 response if USDC micropayment is not included or fails
- Invalid or missing properties parameter returns empty or error response
- Service unavailable if Losbeto infrastructure is down
- Stale or empty playbook if no events are currently catalogued
- Network timeout on Solana or Base payment rail

## 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-structured event playbook containing market events, trading strategies, or event-driven signals relevant to current or upcoming financial/crypto market conditions.

## 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": {
      "event": {
       "type": "string",
       "description": "Macro event name, e.g. FOMC, NFP, CPI, ECB"
      }
     }
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "description": "Scenario playbook for a macro event (?event=FOMC): hawkish/dovish/in-line grids with cross-asset positioning (USD, gold, equities, crypto) + AI strategist narrative."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-event-playbook-6f5f9101/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)
