binance-ruby
binance-ruby copied to clipboard
Allow sending `symbols` param in ticker!
https://binance-docs.github.io/apidocs/spot/en/#symbol-price-ticker
ticker endpoints supports sending an array of symbols and the current ticker! method does not allow you to do that, you can get info only about a single symbol. So extending that method to get an ability to request an information about multiple symbols in one request