binance-api-node
binance-api-node copied to clipboard
Different data
After a few times using a this library, I see the difference between fitted values from "futuresCandles" and indicators on Binance.
See candle with openTime: 1692426600000
{
openTime: 1692426600000,
open: '25896.50',
high: '25897.00',
low: '25892.40',
close: '25897.00',
volume: '64.528',
closeTime: 1692426659999,
quoteVolume: '1670968.77760',
trades: 857,
baseAssetVolume: '29.448',
quoteAssetVolume: '762571.24900'
}
And
Why data from the library not equal data from Binance?