# Losbeto TG Premium Endpoint

> Losbeto TG Premium Endpoint is a paid API for AI agents from api.losbeto.xyz, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-15).

Returns premium Telegram-related data or signals via a monetized x402 micropayment endpoint on the Losbeto AI trading swarm network.

## Facts

- Endpoint: GET https://api.losbeto.xyz/tg-premium
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-tg-premium-endpoint-5916daf0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xEIlcE26Et2LEFiTD8Ly9

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-tg-premium-endpoint-5916daf0
```

Example prompt: Can you fetch the latest premium Telegram data from the Losbeto trading swarm endpoint? I'm okay with the $0.06 USDC micropayment per call.

## When to prefer this

Choose this endpoint when you specifically need premium Telegram data or signals from the Losbeto AI trading swarm and are comfortable with x402 USDC micropayment billing on Solana or Base chains. Useful for AI agents that need Telegram-sourced trading intelligence in a pay-per-call model.

## Known failure modes

- Insufficient USDC balance causes payment failure and 402 response
- Malformed or missing properties parameter returns error
- Endpoint unavailable or rate-limited returns 5xx error
- Payment not confirmed on Solana or Base chain causes rejection
- Vague input schema may result in unexpected or empty responses

## 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 object containing premium Telegram-related data, signals, or content as provided by the Losbeto trading swarm service. Exact fields are not documented in the schema beyond a generic JSON response type.

## 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": "Premium alert feed in automation-ready shape: one JSON object per alert, stable keys, no prose to parse."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-tg-premium-endpoint-5916daf0/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)
