# Losbeto Subscribe Pro

> Losbeto Subscribe Pro is a paid API for AI agents from api.losbeto.xyz, paid per call via x402, $9.99/call, status unknown (last checked 2026-09-16).

Activates a pro subscription plan on the Losbeto AI trading swarm platform via x402 USDC micropayment on Solana or Base.

## Facts

- Endpoint: GET https://api.losbeto.xyz/subscribe-pro
- Price: $9.99/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-subscribe-pro-afc209b5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NTnRRHmzC4VWp_TlIVOV0

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-subscribe-pro-afc209b5
```

Example prompt: Sign me up for the Losbeto pro subscription so I can access the full AI trading swarm endpoints — pay $9.99 USDC via x402 on Base.

## When to prefer this

Choose this endpoint when an AI agent or user needs to activate paid pro-tier access to the Losbeto AI trading swarm platform using USDC micropayments over x402 on Solana or Base, rather than using a traditional fiat payment gateway or a different subscription service.

## Known failure modes

- Insufficient USDC balance causes payment failure and no subscription activation
- Invalid or malformed properties parameter returns 400 error
- x402 payment facilitator timeout results in no confirmation
- Duplicate subscription attempt may return conflict or idempotency error
- Unsupported chain selection causes payment routing failure

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

A JSON object confirming pro subscription activation, including access status and any entitlement details for the Losbeto AI trading swarm endpoints.

## 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": "PRO: $15 of call balance per month (+50% bonus) for agents in production, with priority routing over free traffic."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-subscribe-pro-afc209b5/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)
