I am using electrum protocol to query history of a Bitcoin address using blockchain.address.get_history.
All is good I am receiving the tx data for every transaction. My problem is that I unable to figure out a way to get the fee and transaction details for every tx received. ( I want to use same stratum protocol if possible )
Thanks
