Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: Need a free api to calculate transaction FEE for instant confirmation
by
NotATether
on 23/04/2021, 06:23:55 UTC
⭐ Merited by bitmover (1)
Where can i know 100$ = 0.0019 btc how much is that in byte or vbyte?

byte-denominated fees don't count the witness data part of the transaction properly so are half as large as vbytes fees are for segwit transactions.

Sats/vbyte is the canonical way to calculate fees for legacy and segwit addresses now so that's what you should use instead of sats/byte.