Skip to content

Commit

Permalink
Add USDT instruments to web socket
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Oct 4, 2021
1 parent ed852e6 commit cdf9bf5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions websocket/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ const (
BTCCAD = "XBT/CAD"
BTCJPY = "XBT/JPY"
BTCGBP = "XBT/GBP"
BTCUSDT = "XBT/USDT"
DASHEUR = "DASH/EUR"
DASHUSD = "DASH/USD"
DASHBTC = "DASH/XBT"
Expand All @@ -118,13 +119,15 @@ const (
ETHBTC = "ETH/XBT"
ETHJPY = "ETH/JPY"
ETHGBP = "ETH/GBP"
ETHUSDT = "ETH/USDT"
GNOETH = "GNO/ETH"
GNOEUR = "GNO/EUR"
GNOUSD = "GNO/USD"
GNOBTC = "GNO/XBT"
LTCEUR = "LTC/EUR"
LTCUSD = "LTC/USD"
LTCBTC = "LTC/XBT"
LTCUSDT = "LTC/USDT"
MLNETH = "MLN/ETH"
MLNBTC = "MLN/XBT"
QTUMCAD = "QTUM/CAD"
Expand Down

0 comments on commit cdf9bf5

Please sign in to comment.