binance-api-node
binance-api-node copied to clipboard
allMiniTickers or allMiniTicker ?
in Readme is [allMiniTickers], but in code and test is named [allMiniTicker] without "s"
allMiniTicker is also expecting a payload parameter which is usually used to determine which symbols to subscribe to, but it's not necessary in this case. You have to pass a random parameter (not an empty array) to get it working. In my opinion, it should be removed, correct me if I'm wrong.
in version 0.11.28. Its make me creazy, when document say allMiniTickers, but function is allMiniTicker, and the break me heard is you missing type definition allMiniTicker(s), its make me sad :'( Any here can make PR for this issues?