# Losbeto TG Premium Endpoint

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

Returns Telegram premium trading or market signal data via a pay-per-call x402 USDC micropayment endpoint on the Losbeto AI trading swarm platform.

## Facts

- Endpoint: GET https://markets.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-d0279405
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HSbbWhkbyn_4bZLKIjKpi

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-d0279405
```

Example prompt: Fetch the latest TG premium trading signals from Losbeto — pay the $0.06 USDC x402 fee and return whatever market data or Telegram premium content comes back.

## When to prefer this

Choose this endpoint when you need Telegram-sourced premium trading signals or market data from the Losbeto AI trading swarm and are already set up to handle x402 USDC micropayments on Solana or Base chains. It is low-cost at $0.06 per call, suitable for frequent polling by AI agents.

## Known failure modes

- Payment failure: x402 USDC payment not processed — endpoint returns 402 Payment Required
- Invalid or missing properties parameter — may return 400 or empty response
- Service unavailable or endpoint down — 500 or timeout
- Insufficient USDC balance for micropayment — transaction rejected

## 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 premium Telegram-sourced trading signals, market data, or related crypto intelligence specific to the Losbeto AI trading swarm platform. Exact schema fields are undocumented but the response is JSON-formatted.

## 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-d0279405/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)
