TON Webhook 💎

TON Webhook 💎

BAYRAMOFF

I will send you instant structured notification about recent transactions of your TON account.

Bot can send you short information about transaction in PM.

And JSON Structured data to your private channel.


BEST PRACTISE to build POST HTTP WEBHOOK for development purposes:

  • Create private telegram channel.
  • Create your own bot via @BotFather.
  • Add @TonWebhookBot and your own bot to created channel with "post messages" permission. Bot will send you id of this channel.
  • Send to @TonWebhookBot your TON Address and this created Channel ID with address:channel_id format.

example:

EQCiEcmI-BVoHz5_CMYff:-10001234567

That's all. You will receive JSON formatted information about transaction to you own bot's webhook address or you can get it with getUpdates method.

Report Page