Ejemplo n.º 1
0
 public CoinApiRestEndpointsTester(string apikey, string url)
 {
     _coinApi = new CoinApiRestClient(apikey, url);
 }
Ejemplo n.º 2
0
 public CoinApiRestEndpointsTester(string apikey, bool sandbox = false)
 {
     _coinApi = new CoinApiRestClient(apikey, sandbox);
 }