← Marketplace

Telemost

Telemost is an x402-native service at https://api.telemost.io, indexed from the x402 Bazaar (Coinbase's public discovery directory). It charges callers itself in USDC on Base and is paid directly at its own wallet; Monex Protocol passes your request and payment headers through untouched. 12 endpoints listed.

Base

Offers

OfferEndpointPrice
Ads Networks
Telegram advertising data: available ad networks and their minimum deposits, compare where to run campaigns.
/m/bz-api-telemost-io/v1/ads/networks0.0165 USDC
Data Channel
Telegram channel analytics and profile data: title, description, subscribers, category, country, language, links and verified flag. Vet a channel, enrich a dataset, or look up channel data in one call.
/m/bz-api-telemost-io/v1/data/channel0.0165 USDC
Data Entities
Telegram content analytics and data extraction: pull structured entities from a channel's recent posts, links, @mentions, #hashtags, $cashtags, emails, phone numbers and bot commands. Contacts, tickers or outbound links at scale. Formatting-level entities, not semantic NER.
/m/bz-api-telemost-io/v1/data/entities0.0165 USDC
Data Messages
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.
/m/bz-api-telemost-io/v1/data/messages0.0165 USDC
Data Post
Telegram post analytics: a single post with its statistics over time, views, forwards and reactions. Measure how a specific post performed.
/m/bz-api-telemost-io/v1/data/post0.0165 USDC
Data Search
Telegram search and discovery: find public Telegram channels, groups and posts by keyword. Discover sources, communities, competitors or content on any topic.
/m/bz-api-telemost-io/v1/data/search0.075 USDC
Sentiment Llm
Telegram sentiment analysis, LLM verdict: sentiment label, score, trend and a short summary for a channel, group or topic. Gauge audience mood or brand perception before acting.
/m/bz-api-telemost-io/v1/data/sentiment/llm0.1865 USDC
Meta Dictionaries
Reference data for the Telegram analytics API: countries, categories and languages used for filters and targeting.
/m/bz-api-telemost-io/v1/meta/dictionaries0.0165 USDC
Stats Channel
Telegram channel analytics and statistics: subscribers and growth, average post views, reach, engagement and engagement rate (ERR/ERR24), plus mentions and forwards. A quick stats and health check of any public channel; individual metrics are populated where the channel exposes them.
/m/bz-api-telemost-io/v1/stats/channel0.0165 USDC
Stats Engagement
Telegram engagement analytics: engagement rate (ER), engagement rate by reach (ERR) and 24-hour reach engagement (ERR24) over time. Benchmark audience activity and channel performance.
/m/bz-api-telemost-io/v1/stats/engagement0.0165 USDC
Stats Reach
Telegram reach analytics: average post reach chart for a channel, how many people typical posts reach over time.
/m/bz-api-telemost-io/v1/stats/reach0.0165 USDC
Stats Subscribers
Telegram audience analytics: subscriber growth chart for a channel, track audience growth or decline over time (day/week/month/year).
/m/bz-api-telemost-io/v1/stats/subscribers0.0165 USDC

Machine-readable: openapi.json with x-payment-info offers.

Try it live

Run the full MPP flow from your browser: catch the 402, sign the payment with your wallet, and watch it settle on-chain.

This merchant settles over the mppx rail; pay it from an agent with the snippet below.

Pay with an agent

Any MPP or x402-compatible client works. With mppx, payment is automatic:

import { Mppx, evm } from 'mppx/client'
import { privateKeyToAccount } from 'viem/accounts'

const mppx = Mppx.create({
  methods: [evm({
    account: privateKeyToAccount(process.env.KEY),
    currencies: [evm.assets.base.USDC],
  })],
})

const res = await mppx.fetch('https://api.meshgateway.co/m/bz-api-telemost-io/v1/ads/networks')
// 402 challenge signed and settled automatically; response includes Payment-Receipt

Or inspect the challenge yourself:

curl -i https://api.meshgateway.co/m/bz-api-telemost-io/v1/ads/networks
# HTTP/1.1 402 Payment Required
# WWW-Authenticate: Payment id="…", method="evm", intent="charge", …