DocsTelegram botPrice alerts
Telegram bot

Price alerts

Set price thresholds for any supported coin from chat. Alerts are evaluated server-side every couple of minutes against the same price oracle the app uses, and delivered to your linked Telegram chat the moment a target is crossed.

Polled server-sideOne-shot — fires once, then self-deactivates

Requires a linked account — see Link your account.

1

Create an alert

Send /setalert <coin> <above|below> <price>. The bot accepts up/down as shorthand for direction.

textexamples
1/setalert BTC above 100000 → fires when BTC ≥ $100,000
2/setalert ETH below 3000 → fires when ETH ≤ $3,000
3/setalert SOL up 250 → same as `above 250`
2

List active alerts

/alerts returns every alert that has not yet fired, with a 6-character short id you can use to delete it.

textreply
1Active alerts
2
3`a1b2c3` BTC ≥ $100000.00
4`d4e5f6` ETH ≤ $3000.00
5
6Remove with `/delalert <id>`.
3

Delete an alert

Use the short id from /alerts:

textin the Telegram chat
1/delalert a1b2c3

Alerts that have already fired are kept in your history but no longer active. There is nothing to delete in that case.

4

Limits and delivery

  • 10 active alerts per account. Delete one before creating an eleventh.
  • Prices are evaluated against the multi-source oracle (CoinGecko + CoinPaprika + Binance, median-blended) every few minutes.
  • Each alert fires once. After delivery it self-deactivates — re-create it if you want it again.
  • Delivery happens to the chat that was linked when the alert was created, even if you later relink.
  • Alerts created from chat, the web app, and MCP tools all live in the same list and share the same 10-alert cap.