wisespace-io / binance-rs

Rust Library for the Binance API
Other
649 stars 295 forks source link

New function "get_all_24h_price_stats" #76

Closed g1mv closed 3 years ago

g1mv commented 3 years ago

The Binance API makes the symbol parameter optional in 24hr ticker price statistics (https://github.com/binance/binance-spot-api-docs/blob/master/rest-api.md#24hr-ticker-price-change-statistics), to enable downloading of all symbol statistics in one go. This is what this function provides.