From 83a82c8bd66d4414f6d0eb330b72aef3519ad747 Mon Sep 17 00:00:00 2001 From: Jamie Cheng Date: Fri, 28 Apr 2017 17:11:25 +0800 Subject: [PATCH] pls use api.btcchina.com to replace api.btcc.com BTCC and BTTChina are two different sites now. The market of btccny is in BTCChina. So please use api.btcchina.com rather then api.btcc.com --- exchanges/btcc/btcc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchanges/btcc/btcc.go b/exchanges/btcc/btcc.go index b6e70105..b277ab3b 100644 --- a/exchanges/btcc/btcc.go +++ b/exchanges/btcc/btcc.go @@ -15,7 +15,7 @@ import ( ) const ( - BTCC_API_URL = "https://api.btcc.com/" + BTCC_API_URL = "https://api.btcchina.com/" BTCC_API_AUTHENTICATED_METHOD = "api_trade_v1.php" BTCC_API_VER = "2.0.1.3" BTCC_ORDER_BUY = "buyOrder2"