# Losbeto Subscribe Pro

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

Subscribe to the Losbeto Pro tier, granting access to a suite of AI trading swarm endpoints with multi-chain USDC micropayment support on Solana and Base.

## Facts

- Endpoint: GET https://markets.losbeto.xyz/subscribe-pro
- Price: $9.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-subscribe-pro-9ba5efb6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YzOI6mEvsWH_n9oUirs_z

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-9ba5efb6
```

Example prompt: Sign me up for Losbeto Pro so I can access the full suite of AI trading swarm endpoints — I want to pay the $9.99 USDC subscription fee from my Base wallet.

## When to prefer this

Choose this endpoint when an AI agent or user needs to activate or renew Pro-level access to the Losbeto trading swarm API suite, particularly when paying via USDC on Solana or Base. This is appropriate as a one-time or periodic subscription setup step before calling trading data endpoints.

## Known failure modes

- Insufficient USDC balance — payment rejected with 402 Payment Required
- Invalid or missing wallet address — subscription cannot be created
- Payment network error on Solana or Base — transaction fails to confirm
- Already subscribed — duplicate subscription attempt may return conflict error
- Malformed properties input — returns 400 Bad Request

## 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 confirming the pro subscription activation, likely including subscription status, access credentials or token, tier details, and confirmation of the USDC payment processed on Solana or Base.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "properties": {
      "format": {
       "description": "Response format (json)",
       "type": "string"
      }
     },
     "type": "object"
    }
   },
   "type": "object"
  },
  "output": {
   "properties": {
    "example": {
     "description": "PRO: $15 of call balance per month (+50% bonus) for agents in production, with priority routing over free traffic.",
     "type": "object"
    }
   },
   "type": "object"
  }
 },
 "required": [
  "input"
 ],
 "type": "object"
}
```

## Response schema (JSON Schema)

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

## More

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