How to get transactions history details of specific account using Ethereum API
currently i am using Ethereum API got get list of transactions based on ontract address, but i need full details of each transaction as well to populate on my dashboard. this is the example which i am using for to populate list of transactions:
please help me if any endpoint to get individual transaction details using Ethereum API?
Thanks