# Telemost Telegram Ad Networks Lookup

> Telemost Telegram Ad Networks Lookup is a paid API for AI agents from api.telemost.io, paid per call via x402, $0.0165/call, status unknown (last checked 2026-09-14).

Returns available Telegram advertising networks and their minimum deposit requirements for campaign comparison.

## Facts

- Endpoint: GET https://api.telemost.io/v1/ads/networks
- Price: $0.0165/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/telemost-telegram-ad-networks-lookup-dfe1bbe5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TWKtL6aPQJ2Gtv32FfNTy

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 telemost-telegram-ad-networks-lookup-dfe1bbe5
```

Example prompt: Show me all the ad networks where I can run Telegram campaigns and what minimum deposit each one requires so I can decide where to advertise.

## When to prefer this

Use this endpoint when you need to discover which ad networks support Telegram advertising and understand their entry-level deposit thresholds before committing budget. Ideal for campaign planning, budget comparison, or onboarding research into Telegram advertising options.

## Known failure modes

- API key or payment auth failure returns 402 Payment Required
- No ad network data available returns empty list
- Service downtime returns 5xx error
- Rate limiting returns 429 Too Many Requests

## How this service works

Telegram advertising data: available ad networks and their minimum deposits, compare where to run campaigns.

## Output

A list of available Telegram advertising networks along with their minimum deposit requirements, enabling comparison of where to run ad campaigns and how much budget is needed to get started on each platform.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "data": {
   "networks": [
    {
     "id": "adsgram",
     "geo": "cis",
     "formats": [
      "channel",
      "miniapp",
      "bot"
     ],
     "min_deposit_usd": 100
    },
    {
     "id": "richads",
     "geo": "global",
     "formats": [
      "miniapp",
      "bot",
      "push",
      "banner"
     ],
     "min_deposit_usd": 150
    }
   ]
  },
  "meta": {
   "cached": false,
   "resource": "/v1/ads/networks",
   "generated_at": "2026-07-07T12:00:00.000Z"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/telemost-telegram-ad-networks-lookup-dfe1bbe5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.telemost.io](https://www.zero.xyz/host/api.telemost.io/llms.txt)
