On ramping feature - Is there any way I can track user wallet activity

I want to know if it’s possible to track that a user has transferred tokens into their wallet using Web3Auth onramping using web hooks or with any other method?

Unfortunately not. We do not offer any tracking services like that at the moment. You can use third party libraries from RPC providers like Infura for that.

Hi Kapil,

Great question! While Web3Auth itself focuses on authentication and user onboarding, you can track on-chain wallet activities using blockchain explorers or integrating with APIs/services designed for monitoring blockchain transactions.

Here’s a high-level approach you could consider:

  1. Use Blockchain APIs: Services like Etherscan, Alchemy, or Infura provide APIs to monitor wallet activities. You can call these APIs and set up periodic checks for any new transactions related to your users’ wallets.
  2. Webhooks: Some blockchain services might offer webhook functionality to alert you of new transactions to a specified address. These alerts can be utilized to track user activities in real-time.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.