adshao / go-binance

A Go SDK for Binance API
MIT License
1.48k stars 664 forks source link

Get all SymbolTickers without providing a symbol or []symbols #501

Closed csidi90 closed 1 week ago

csidi90 commented 11 months ago

Is there any way of retrieving all Symboltickers without specifying a symbol or symbols array to the ListSymbolTickerService?

This is possible in the node, binance and python implementation of the binance API, could not find it in this one tho. The docs dont spit out anything when searching for SymbolTicker either.

xyq-c-cpp commented 1 week ago

the feature has been implemented, close this issue.