-
Hi guys , i want to fetch all transaction data of an particular address on blockchain in my frontend how can I do that, I cant use getHistory() function as I an using jsonRpcProvider . and also I don't want to use API I want to get it from blockchian directly, @alymurtazamemon @paulcoffee85 @Neftyr @pacelliv @PatrickAlphaC can you help me |
Beta Was this translation helpful? Give feedback.
Answered by
ritesh798
Apr 14, 2023
Replies: 1 comment 5 replies
-
@ritesh798 Please check this guide How to Get Transaction History for an Address on Ethereum |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i asked in few forums . there is no way we can directly get account transaction data from blockchain . one way is to go through each block of blockchain and filter transactions . Thanks anyways @alymurtazamemon