Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExchangeBitrexapi Ticker always returning invalid market #61

Closed
vdboots opened this issue Mar 14, 2018 · 1 comment
Closed

ExchangeBitrexapi Ticker always returning invalid market #61

vdboots opened this issue Mar 14, 2018 · 1 comment

Comments

@vdboots
Copy link
Contributor

vdboots commented Mar 14, 2018

I have a BUG REPORT

Details:

        var bitstampapi = new ExchangeBitstampAPI();
        var bitrextapi = new ExchangeBittrexAPI();
        var bitrextTicker = bitrextapi.GetTicker("btcusd"); // this always tells invalid market
        var bitstampticker = bitstampapi.GetTicker("XRPEUR");

Error Logs (if any):
ExchangeSharp.APIException: 'INVALID_MARKET'

@vdboots vdboots changed the title ExchangeBitrexapi Ticker always returning invalig market ExchangeBitrexapi Ticker always returning invalid market Mar 14, 2018
@jjxtra
Copy link
Collaborator

jjxtra commented Mar 14, 2018

Please check the symbols before posting an issue. btcusd is not supported on bittrex. Bitstamp separates pairs with a /.

@jjxtra jjxtra closed this as completed Mar 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants