You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this BTC/byte? If so, this is absurdly high: A normal 226 byte transaction will cost 0.03109308 BTC. bitcoind also rejects as this fee is too high.
This can't seem like satoshis as this is decimal figure. (Also, codebase says its BTC/byte)
Can someone please help me understand how to calculate esimatefee works?
The text was updated successfully, but these errors were encountered:
I am having difficulty in understanding estimatefee endpoint.
Currently, https://insight.bitpay.com/api/utils/estimatefee returns
{"2":0.00013758}
Is this BTC/byte? If so, this is absurdly high: A normal 226 byte transaction will cost 0.03109308 BTC. bitcoind also rejects as this fee is too high.
This can't seem like satoshis as this is decimal figure. (Also, codebase says its BTC/byte)
Can someone please help me understand how to calculate esimatefee works?
The text was updated successfully, but these errors were encountered: