Skip to content

TON Notify Bot (realtime) #2

Description

@Vitokhv

Does the bot receive information about new transactions in real time? or every 10 seconds? (is it possible to make the bot send this real time data to the app on Python)

My problem is that I have to constantly use API requests, and their limits are limited, if the bot could send the received information to my Python application, I would not have to go through these restrictions:
"API usage without an API key is limited to 1 request per second. Register an API key with @tonapibot to get access with higher limits."
If 100k requests per day, then every 5 seconds is 17280 requests per day

I use the API to get information about a new transaction, then I send a POST request containing this information: /api/v1/notify.send?sum=DATA&message=DATA

In fact, you have made a very useful bot, it would also be very convenient to receive notifications from other currencies, for example USDT (but maybe it will require a separate bot)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions