Question: Grabbing transaction fee for a list of transaction hashes
I want to take a set of transaction hashes pulled from my contract info on etherscan and use those to grab the transaction fee from the transaction ethereum error details page, without having to manually click into each page.
Can anyone point me to the right endpoint on the api? I can't find it. I'm ideally trying ethereum error to grab the dollar amount rather than the gas then having to convert manually.
9codings