CoinbasePro: fixed Sandbox API URL (#205)

This commit is contained in:
Andrey Grehov
2018-11-05 00:43:58 -05:00
committed by Adrian Gallagher
parent f6060ff1fc
commit 5fe12a5adc

View File

@@ -21,7 +21,7 @@ import (
const (
coinbaseproAPIURL = "https://api.pro.coinbase.com/"
coinbaseproSandboxAPIURL = "https://public.sandbox.pro.coinbase.com"
coinbaseproSandboxAPIURL = "https://api-public.sandbox.pro.coinbase.com/"
coinbaseproAPIVersion = "0"
coinbaseproProducts = "products"
coinbaseproOrderbook = "book"