Is there a way to get unconfirmed balance from an address?
I read this question
It uses a method filter, not available on present web3 version. After doing some research I found a method w3.eth.getPastLogs.Which according to documentation it was the method called behind the scenes by a previous method pendingTransactions (not available anymore).
Any ideas if this is possible?