Telegram — ваши уведомления

Отметьте модули WhaleTracker: что включать в дайджест и что резервировать под мгновенные алерты (Elite). Одно место вместо разрозненных кнопок по страницам.

How to connect Telegram (beginners)

One bot for the project — not one bot per customer

WhaleTracker uses one project Telegram bot. Each user has their own Chat ID (private chat with the bot). The server sends with your ID and your checkboxes. That is how the Bot API works — you do not need a separate bot per client.

  1. Install Telegram on your phone or desktop.
  2. Open your project bot and tap Start — otherwise Telegram blocks messages. Open bot in Telegram @WhaleCeoBot_botIf the link fails (e.g. Safari), search in Telegram for @WhaleCeoBot_bot
  3. Get your Chat ID (a number): use @userinfobot or @RawDataBot, send a message, copy Id (groups often start with -100…). @userinfobot / @RawDataBot
  4. On this page paste the number into Chat ID → Save → Send test. You should get a message from the bot.
  5. Then tap "Check" under server bot status — it only verifies TELEGRAM_BOT_TOKEN on the server.
  6. Full digest needs Pro / Elite; the test message works on any plan if the bot is configured.

Fully automatic linking (no copy-paste) needs Telegram Login on our servers — we can add it later. This flow usually takes under a minute.

Short: Telegram → your bot and Start → Chat ID from @userinfobot → field below → Save → Send test → "Check" (server). Digest — Pro.

Digest blocks below are real. Pro includes market review: trader briefing, market summary, funding heat, derivatives engine. Elite adds macro calendar, sentiment, liquidation watch, app watchlist prices, whale pulse. Enable auto-digest while this tab is open; use server cron for 24/7.

Privacy and modes

Is my data private?

Chat ID and checkboxes are stored in this browser (localStorage). The server uses them only to call Telegram’s API for your request; we do not sell alert settings.

Manual vs automatic

"Digest now" sends one snapshot. Auto-digest: while this tab is open, a server fingerprint compares data and sends when it changes. For 24/7 use server cron (see bottom).

Quiet hours (browser local time)

To avoid night sends: when enabled, the app asks confirmation before manual "Digest now", and auto sends are skipped in this window.

Fromto

If start is after end, the window crosses midnight (e.g. 22:00–08:00). Save after changes.

Personal Telegram

0 modules on

You can enter Chat ID on any plan — stored in this browser. Send test is available to everyone if the server bot works. Full digest — Pro / Elite. Pricing

Step 1 — paste Chat ID

Save and send test / digest

"Send test" is one short message. "Digest now" is one long message with all checked blocks (Pro required).

Step 2 — server bot status

Checks only TELEGRAM_BOT_TOKEN and Telegram’s response (getMe). It does not message you — use "Send test". Macro/sentiment on the server need NEXT_PUBLIC_APP_URL or Vercel.

If nothing happened

  • The API used to return success even when Telegram failed — check the red text under the buttons.
  • Missing TELEGRAM_BOT_TOKEN in .env.local or the dev server was not restarted.
  • You did not open the bot and tap Start in Telegram.
  • Wrong Chat ID or extra spaces.

Digest modules

What’s inside the digest
  • Trader briefing — narrative, Fear & Greed, breadth (Binance).
  • Market summary — gainers/losers, USDT perp volume.
  • Macro / Sentiment / Derivatives on the server need a public app URL (NEXT_PUBLIC_APP_URL or Vercel); otherwise blocks are skipped.
  • Funding / Liquidation — Binance Futures.
  • Watchlist — symbols from the app; prices via /api/binance.
  • Whale pulse — sample from /api/whales when available.
  • Auto compares a fingerprint and sends only when data changes.

Auto-send to Telegram

While this tab is open, the server fingerprints your selected blocks and sends when data changes. Quiet hours skip automatic sends.

Pro — market review

Trader briefing, market summary, funding heat, derivatives engine signals.

Elite — macro & on-chainElite plans

Macro calendar, sentiment, liquidation watch, watchlist prices from the app, whale pulse (large transfers).

Server cron: GET /api/cron/telegram-digest with Authorization: Bearer CRON_SECRET, env TELEGRAM_CRON_CHAT_ID, optional TELEGRAM_CRON_PREFS_JSON and TELEGRAM_CRON_PLAN (pro|elite). See FAQ.