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
var bitstampapi = new ExchangeBitstampAPI();
var bitrextapi = new ExchangeBittrexAPI();
var bitrextTicker = bitrextapi.GetTicker("btcusd"); // this always tells invalid market
var bitstampticker = bitstampapi.GetTicker("XRPEUR");
I have a BUG REPORT
Details:
Error Logs (if any):
ExchangeSharp.APIException: 'INVALID_MARKET'
The text was updated successfully, but these errors were encountered: