FeesΒΆ
For now, bitcoinpython provides a 4 satoshi/byte fee.
Transactions will likely be confirmed in the next block.
>>> from bitcoinpython.network import get_fee
>>>
>>> get_fee()
4
- Previous topic: Exchange Rates
- Next topic: Advanced
For now, bitcoinpython provides a 4 satoshi/byte fee.
Transactions will likely be confirmed in the next block.
>>> from bitcoinpython.network import get_fee
>>>
>>> get_fee()
4