sonvister / Binance

A .NET Standard Binance API library.
MIT License
229 stars 77 forks source link

How to provide BinanceApiOptions when initializing BinanceApi #136

Open BZ-CO opened 2 years ago

BZ-CO commented 2 years ago

I am trying to create 2 new BinanceApi instances, 1 for COM domain and 1 for US. However I can't initialize BinanceHttpClient with my BinanceApiOptions, because its constructor is internal. Is it meant to be done by some other way? Thanks.