Closed mrx23dot closed 2 years ago
API
https://mempool.space/api/v1/fees/recommended
says:
"minimumFee": 1
so
key.send(outputs, fee=1, absolute_fee=True)
or worst case absolute_fee=False
should work.
Turns out the smallest amount transferable is 1000sat. A warning would have been nicer.
I'm trying the main example on mainnet with minimal values:
All of them give:
I've got confirmed unspents so no idea why getting this.
Vers bit==0.8.0 Python 3.8.8