Telegram
Telegram bot integration — webhook receiver and account linking.
The Telegram API exposes the interactive trading bot's webhook receiver. Telegram is not a standalone sign-in method — accounts are created via wallet or Google and then optionally linked to a Telegram chat through the bot itself (handled by the telegram-bot module, not a REST endpoint).
Endpoints
| Method | Path | Auth | Description |
|---|---|---|---|
| POST | /api/v1/telegram-bot/webhook | Public | Telegram bot webhook receiver (validated against a secret token) |
Notes
- Account linking is performed in-bot: the bot's binding service upserts a
TelegramBindingrow connecting the Telegram user to the Vezta account. There is no separatelink-accountREST endpoint. - The webhook is public but validated against a
secret_tokenheader configured at webhook registration.