Test connectivity to the Rest API.
var test = binanceClient.TestConnectivity().Result;
public async Task<dynamic> TestConnectivity()
Test connectivity to the Rest API and get the current server time.
var serverTime = binanceClient.GetServerTime().Result;
public async Task<ServerInfo> GetServerTime()