binance-api-node
binance-api-node copied to clipboard
implement bookTickers() with symbols argument
Hello! The allBookTickers() doesn't accept a symbols parameter, it would be great to create a new bookTickers() method that accepts the symbols parameter, like it is supported by Binance API:
https://binance-docs.github.io/apidocs/spot/en/#symbol-price-ticker
PR's welcome