Author

Topic: need a little help on block.io (Read 338 times)

legendary
Activity: 1442
Merit: 1179
October 18, 2017, 12:06:55 AM
#5
am trying to write a code for withdrawal but it keep telling me to include fees

  { error_message: 'Cannot withdraw funds without Network Fee of 0.00008112 BTC. Maximum withdrawable balance is 0.00012728 BTC.',

how do i go about it?

Likely the amount you have specified in the send amount is greater than 46,160 satoshis (0.00012728 - 0.00008112 = 0.000046160), you have to account for the mining fee yourself when sending the request.

member
Activity: 68
Merit: 10
October 17, 2017, 08:08:47 PM
#4
Please, provide us with more code to investigate the issue
newbie
Activity: 17
Merit: 2
October 17, 2017, 05:58:26 PM
#3
Need more of the code to look at.
newbie
Activity: 12
Merit: 0
October 17, 2017, 04:52:47 PM
#2
You need to include the fees in your code Smiley

Could you post your code here so we could take a look at it? (Don't give out your API key!) Please include your programming language.
member
Activity: 215
Merit: 99
October 16, 2017, 04:28:46 PM
#1
am trying to write a code for withdrawal but it keep telling me to include fees

  { error_message: 'Cannot withdraw funds without Network Fee of 0.00008112 BTC. Maximum withdrawable balance is 0.00012728 BTC.',

how do i go about it?
Jump to: