You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello I am using the Method IExchangeAPI.GlobalMarketSymbolToExchangeMarketSymbolAsync to get my GlobalMarketSymbol(BTC-ETH) to the ExchangeMarketSymbol (BTC-ETH). I saw, that BittrexAPI is setting the Property MarketSymbolIsReversed to true, which results in the market symbol being (ETH-BTC). Therefore the websocket subscription doesn't work.
I was wondering why MarketSymbolIsReversed is set to true, as the way I see it Bittrex is using the format BASE-QUOTE to describe it's markets.
Am I Interpreting something wrong?
best regards.
The text was updated successfully, but these errors were encountered:
Hello I am using the Method IExchangeAPI.GlobalMarketSymbolToExchangeMarketSymbolAsync to get my GlobalMarketSymbol(BTC-ETH) to the ExchangeMarketSymbol (BTC-ETH). I saw, that BittrexAPI is setting the Property MarketSymbolIsReversed to true, which results in the market symbol being (ETH-BTC). Therefore the websocket subscription doesn't work.
I was wondering why MarketSymbolIsReversed is set to true, as the way I see it Bittrex is using the format BASE-QUOTE to describe it's markets.
Am I Interpreting something wrong?
best regards.
The text was updated successfully, but these errors were encountered: