tiagosiebler / binance

Node.js & JavaScript SDK for Binance REST APIs & WebSockets, with TypeScript & browser support, integration tests, beautification & more.
MIT License
728 stars 264 forks source link

Add "array of symbols" signature to `getSymbolPriceTicker` #393

Open futpib opened 5 months ago

futpib commented 5 months ago

Summary

api/v3/ticker/price (getSymbolPriceTicker) supports an array of symbols just like api/v3/ticker/24hr (get24hrChangeStatististics) https://binance-docs.github.io/apidocs/spot/en/#symbol-price-ticker

qnxdev commented 2 months ago

Waiting for this ; )