tron-api icon indicating copy to clipboard operation
tron-api copied to clipboard

notified when it is deposited into wallet

Open vahidalvandi opened this issue 2 years ago • 3 comments

how i can send USDT to Another USDT trc20

vahidalvandi avatar Mar 02 '22 15:03 vahidalvandi

After my research, I realized that I should use a smart contract so that I can work through Web Hook after deposit. Have you ever worked on how to make a wallet that works on a smart contract?

vahidalvandi avatar Mar 04 '22 07:03 vahidalvandi

If you find the solution please share it. So far the most efficient way I have found is to scan the addresses in groups of 20. And thus verify if a new transaction has arrived, but it is complicated for a large number of users. The other option is to analyze by blocks and search for transactions. But I see that the parameter that shows the receiving address is not there, so there is missing data to be able to solve this.

kendol07 avatar May 31 '22 14:05 kendol07

If you find the solution please share it. So far the most efficient way I have found is to scan the addresses in groups of 20. And thus verify if a new transaction has arrived, but it is complicated for a large number of users. The other option is to analyze by blocks and search for transactions. But I see that the parameter that shows the receiving address is not there, so there is missing data to be able to solve this.

Hello. Do you find solution to scan new deposits of large numbers adresses ?

dimondubna avatar Feb 03 '23 10:02 dimondubna