1

I'm trying to fetch all transaction list using WEB3J (JAVA).

I know I can get it from Etherscan or Bscscan, but the request is limited to the free plan, (which is just 5 calls per second)

I need to call it directly using an RPC request.

  • All transactions for a single address? – ruby_newbie Dec 07 '22 at 16:35
  • yes, for a single address. I'm developing an Crypto Wallet and I need this to check if there are new transaction hash when the user opens the token profile, so it will be called for one single address. – ronaldoguedess Dec 07 '22 at 16:41
  • Related https://ethereum.stackexchange.com/questions/31176/how-fetch-transaction-history-for-account-quickly-using-web3j – Ismael Dec 15 '22 at 14:26

0 Answers0