# Losbeto Telegram Premium Status Checker

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

Returns Telegram Premium membership or feature status information via a micropayment-gated API endpoint.

## Facts

- Endpoint: GET https://losbeto-production-dd7c.up.railway.app/tg-premium
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-telegram-premium-status-checker-4e403577
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TmgSDYfqeoPCy3zso4uYJ

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-telegram-premium-status-checker-4e403577
```

Example prompt: Can you check whether this Telegram account has an active Premium subscription?

## When to prefer this

Choose this endpoint when you need a lightweight, pay-per-call micropayment approach (via x402/USDC) to check Telegram Premium status without maintaining a full Telegram Bot API integration. Useful in automated agent workflows where sporadic lookups are needed without subscription overhead.

## Known failure modes

- Missing or invalid Telegram user identifier returns an error or empty result
- User not found on Telegram returns null or 404-style response
- Payment not received (x402 flow incomplete) results in 402 Payment Required
- Downstream Telegram API unavailability causes timeout or 503
- Malformed properties parameter may return partial or no data

## 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 object indicating whether the queried Telegram account holds a Premium subscription, potentially including feature flags, subscription tier, or membership details associated with the account.

## 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-telegram-premium-status-checker-4e403577/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)
