コード例 #1
0
 public CoinApiRestEndpointsTester(string apikey, string url)
 {
     _coinApi = new CoinApiRestClient(apikey, url);
 }
コード例 #2
0
 public CoinApiRestEndpointsTester(string apikey, bool sandbox = false)
 {
     _coinApi = new CoinApiRestClient(apikey, sandbox);
 }