wisespace-io / binance-rs

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

Endpoint update #51

Closed 0cv closed 4 years ago

0cv commented 4 years ago

The endpoint is actually api.binance.com (https://binance-docs.github.io/apidocs/spot/en/#general-info). It's surprising that www.binance.com even works, but just in case Binance deprecates calling the API from www.binance.com, let's update it.

wisespace-io commented 4 years ago

@Krisa Good catch!