binance-api-node
binance-api-node copied to clipboard
fix: futures candles startTime inconsistency
Fixes the inconsistency where client.futuresCandles is the only endpoint to return the candle's opening time as 'startTime'; all other endpoints has the property name 'openTime'.
Also updated the README.md as an added bonus.
As this would be a breaking change, I believe you could return both to avoid some issues