mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-26 23:16:48 +00:00
CoinbasePro: fixed Sandbox API URL (#205)
This commit is contained in:
committed by
Adrian Gallagher
parent
f6060ff1fc
commit
5fe12a5adc
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user