Post
Topic
Board Beginners & Help
Re: Foodler here
by
btc_foodler
on 30/04/2013, 08:23:49 UTC
Yes, you can get the transaction fee from bitcoind. Have a look at the "gettransaction" command from https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list

The fee is reported for transactions that are sent from the local bitcoind, but not received.  blockchain.info presents an API that includes fees for transactions.  Is there some other way for bitcoind to report fees on received transactions?

Thanks.