# Losbeto Event Playbook

> Losbeto Event Playbook is a paid API for AI agents from losbeto-production-dd7c.up.railway.app, paid per call via x402, $2.49/call, status unknown (last checked 2026-09-14).

Returns an event playbook for trading or swarm coordination, monetized via x402 USDC micropayments on Solana and Base.

## Facts

- Endpoint: GET https://losbeto-production-dd7c.up.railway.app/event-playbook
- Price: $2.49/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-event-playbook-5027c096
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0D7r7vUmBBM87haWSNhlS

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-5027c096
```

Example prompt: Pull up the event playbook from Losbeto's AI trading swarm so I know the recommended step-by-step protocol my agent should follow during a market event.

## When to prefer this

Choose this endpoint when you need a pre-structured, on-demand event playbook for coordinating AI trading agents in response to market events, and you are operating within the x402 USDC micropayment ecosystem on Solana or Base. Not suitable for real-time price feeds, order execution, or general-purpose financial data retrieval.

## Known failure modes

- Payment not received or x402 handshake fails — returns HTTP 402 requiring USDC payment on Solana or Base
- Invalid or missing properties parameter — may return empty or malformed response
- Service unavailable on Railway deployment — returns 5xx error
- Unexpected JSON structure if Losbeto backend schema changes without notice

## 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 containing a structured event playbook, likely including steps, rules, or strategies for AI agents to follow during a specific trading or market event scenario. Exact fields depend on Losbeto's internal schema.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-event-playbook-5027c096/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from losbeto-production-dd7c.up.railway.app](https://www.zero.xyz/host/losbeto-production-dd7c.up.railway.app/llms.txt)
