adshao / go-binance

A Go SDK for Binance API
MIT License
1.54k stars 677 forks source link

Equivalent for GET /api/v3/ticker ? #403

Closed tgbv closed 2 years ago

tgbv commented 2 years ago

Is there an equivalent for GET /api/v3/ticker ?

tgbv commented 2 years ago

Now we can use client.NewListSymbolTickerService() and interact with ListSymbolTickerService's methods to fetch symbol's ticker data.