CyberPunkMetalHead / Binance-volatility-trading-bot

This is a fully functioning Binance trading bot that measures the volatility of every coin on Binance and places trades with the highest gaining coins If you like this project consider donating though the Brave browser to allow me to continuously improve the script.
MIT License
3.39k stars 774 forks source link

Binance.us support #11

Closed rfidtrack closed 3 years ago

rfidtrack commented 3 years ago

Will all of the calls work with binance.us? As far as I can tell in the API docs, you just have to pass tld='us' when creating a new client. I can test in a day or two if you aren't able to.

CyberPunkMetalHead commented 3 years ago

I haven’t tested this myself, but that seems to be the only difference in the two APIs based on my reading.

rfidtrack commented 3 years ago

Ran it for a bit and it looks like its working (though I am hitting some of the other issues such as https://github.com/CyberPunkMetalHead/Binance-volatility-trading-bot/issues/1)