wisespace-io / binance-rs

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

how to set proxy? #55

Open kenneth opened 4 years ago

kenneth commented 4 years ago

RT,how to set a proxy?

wisespace-io commented 4 years ago

currently it is not possible, it needs to be implemented in the api

https://docs.rs/reqwest/0.10.6/reqwest/struct.Proxy.html

kenneth commented 4 years ago

python-binance can use proxy, i hope rust can use。i will try this method.

wisespace-io commented 4 years ago

@kenneth As soon as I have some time, I will add support for proxy in the api. So, I will keep it open as a reminder to myself.

kenneth commented 4 years ago

OK,very nice,proxy is very important feature

DartMen commented 3 years ago

Watch out with using proxies as Binance has a very high security policy. On reddit there are stories of people got lock-out of their accounts by using a vpn.

Just saying..

guotie commented 2 years ago

and ws need proxy too....