You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have below code
after create API and use the correct APIKEY and APISECRET
but the "biananceClient" hopen sockets count=0
I think I have a problem to connect
should I open any port in my firewall?
var apiClient = new ApiClient("APIKEY",SECRETKEY");
var binanceClient = new BinanceClient(apiClient);
var test =await binanceClient.TestConnectivity();
The text was updated successfully, but these errors were encountered:
I have below code
after create API and use the correct APIKEY and APISECRET
but the "biananceClient" hopen sockets count=0
I think I have a problem to connect
should I open any port in my firewall?
var apiClient = new ApiClient("APIKEY",SECRETKEY");
var binanceClient = new BinanceClient(apiClient);
var test =await binanceClient.TestConnectivity();
The text was updated successfully, but these errors were encountered: