← Back to directory

读取公开 Telegram 频道的最新消息。输入频道用户名,返回最近若干条消息的正文、发布时间、浏览量和消息链接。适用于电报频道监控、币圈快讯采集、KOL 动态...

https://api.cn402.com/tg/channel

Overview

读取公开 Telegram 频道的最新消息。输入频道用户名,返回最近若干条消息的正文、发布时间、浏览量和消息链接。适用于电报频道监控、币圈快讯采集、KOL 动态追踪、舆情与信号分析。Read latest posts from a public Telegram channel: input a channel username, returns recent messages with text, timestamp, view count and link. For channel monitoring, crypto news feeds, KOL tracking and sentiment or signal collection.

Protocol x402
Price $0.0050
Payment Asset USD Coin
Payment Network Base
Category real-time-data/news
Provider cn402
Source bazaar
Indexed 2026-06-22 05:15:33

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "discoverable": true, "method": "GET", "queryParams": { "channel": "Telegram channel username, e.g. durov or telegram (required). A leading @ and full t.me URLs are accepted.", "limit": "Number of recent messages to return, 1-50 (default 20)." }, "type": "http" }

Output Schema

{ "channel": "normalized channel username", "count": "number of messages returned", "messages": "array of {id, datetime, text, views, link}, newest first", "note": "human-readable note", "source": "data source label", "title": "channel display title" }