wisespace-io / binance-rs

Rust Library for the Binance API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to set proxy?

kenneth opened this issue · comments

RT,how to set a proxy?

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

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

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

@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.

OK,very nice,proxy is very important feature

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..

and ws need proxy too....