VeztaVezta

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

MethodPathAuthDescription
POST/api/v1/telegram-bot/webhookPublicTelegram bot webhook receiver (validated against a secret token)

Notes

  • Account linking is performed in-bot: the bot's binding service upserts a TelegramBinding row connecting the Telegram user to the Vezta account. There is no separate link-account REST endpoint.
  • The webhook is public but validated against a secret_token header configured at webhook registration.

On this page