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

CoinbasePro ticker issue #2815

Closed
bucherarnold opened this issue Sep 26, 2018 · 3 comments
Closed

CoinbasePro ticker issue #2815

bucherarnold opened this issue Sep 26, 2018 · 3 comments

Comments

@bucherarnold
Copy link

CoinbasePro ticker is not supported for ETH/GBP currency pair:

Note:
CoinbaseProMarketDataServiceRaw:checkProductExists() will return false in case of ETH/GBP currency pair.
exchange.getExchangeSymbols() not returns all supported currency pairs

@cymp
Copy link
Contributor

cymp commented Oct 17, 2018

This can come from the fact that the symbols are sometimes read from a hard coded json in XChange. The reason can be:

  • There are not available from the API
  • They are, but the the remoteInit does not call the API endpoint

Both case would require a PR.

@jakubkalicki
Copy link
Contributor

Hey @bucherarnold, @timmolter,
I wanted to fix this, but seems like issue is already solved.

@earce
Copy link
Collaborator

earce commented Nov 17, 2020

This can be closed as seems to be resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants