$0.0165
per call · USD Coin on Base
Telegram channel data and monitoring: fetch recent messages and posts from any public Telegram channel or group. Monitor news sources, track updates, or feed content into downstream analysis. Optional `since` filters by date.
Endpoint
GET https://api.telemost.io/v1/data/messages2
Calls / 30d
1
Unique payers / 30d
Aug 31
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://api.telemost.io/v1/data/messages", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api.telemost.io/v1/data/messages?source=%40durov" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"data": {
"items": [],
"source": "@durov"
},
"meta": {
"cached": false,
"generated_at": "2026-07-07T12:00:00.000Z",
"page": {
"cursor": null,
"has_more": false,
"limit": 50,
"next_cursor": null
},
"resource": "/v1/data/messages"
},
"ok": true
}Payment details
0xf99b281010c5e6cbcf486d7ef108b315be7ce0e9USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Social & Community and the homepage with a featured placement.
More from telemost-x402 & similar services
telemost-x402 · ADS Networks
api.telemost.io
Telegram advertising data: available ad networks and their minimum deposits, compare where to run campaigns.
telemost-x402 · Data Search
api.telemost.io
Telegram search and discovery: find public Telegram channels, groups and posts by keyword. Discover sources, communities, competitors or content on any topic.
telemost-x402 · Meta Dictionaries
api.telemost.io
Reference data for the Telegram analytics API: countries, categories and languages used for filters and targeting.