string user_agent = "Mozilla/5.0 (Android 4.4; Mobile; rv:41.0) Gecko/41.0 Firefox/41.0";
FirefoxProfile profile = new FirefoxProfile();
FirefoxOptions options = new FirefoxOptions();
//options.AddArgument("--proxy-server=IP_адрес:Порт");
options.Profile = profile;
profile.SetPreference("general.useragent.override", user_agent);
var driver = new FirefoxDriver(options);
Driver = driver;
driver.Manage().Window.Size = new Size(360, 640);
from binance.client import Client
c = Client(api_key='https://api.binance.com')