blinktrade / BlinkTradeJS

BlinkTrade JavaScript SDK and CLI
GNU General Public License v3.0
122 stars 46 forks source link

TakerTransactionFeeBuy value #54

Closed machard closed 6 years ago

machard commented 6 years ago

Hello,

For exemple Vbtc returns TakerTransactionFeeBuy: 25 By how much should I divide to get the percentage between 0 and 1 ? in other words, actual fee is 0.025 or 0.0025 ?

Thank you

pinhopro commented 6 years ago

25/10000 = 0.25%

machard commented 6 years ago

thx