From 76c883c6e020ea61728bfecf1c917c107ef550d5 Mon Sep 17 00:00:00 2001 From: Manuel Kreutz Date: Sun, 9 Apr 2017 15:43:12 -0400 Subject: [PATCH] use current API endpoint --- exchanges/gdax/gdax_websocket.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchanges/gdax/gdax_websocket.go b/exchanges/gdax/gdax_websocket.go index e83d8b34..f2656451 100644 --- a/exchanges/gdax/gdax_websocket.go +++ b/exchanges/gdax/gdax_websocket.go @@ -9,7 +9,7 @@ import ( ) const ( - GDAX_WEBSOCKET_URL = "wss://ws-feed.exchange.gdax.com" + GDAX_WEBSOCKET_URL = "wss://ws-feed.gdax.com" ) func (g *GDAX) WebsocketSubscribe(product string, conn *websocket.Conn) error {