I was wondering if I could know, by using the BlockChain.info DATA API (https://blockchain.info/api/blockchain_api) if any given transaction has confirmations and has payed the miner's fee.
Tell me more
×
Bitcoin Stack Exchange is a question and answer site for
Bitcoin crypto-currency enthusiasts. It's 100% free, no registration required.
|
If a transaction returned from the Code example, in Ruby:
Calculating the transaction fee is best done by summing the inputs and outputs of a transaction, then subtracting the inputs from the outputs. Difference is the transaction fee. |
|||||
|
|