Hello, does anyone know how to track transactions of a wallet using web3py ?
I used wss, connected to the node, and used a filter.
The filter works for contract addresses but not for wallet addresses events.
I understand that i can use the etherscan api or binance api. but, how can i use web3py to do this?