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

Coinbase getTicker() produce the wrong result for ETH/USD and LTC/USD pairs #1569

Closed
labeoVlad opened this issue Jun 28, 2017 · 5 comments
Closed
Labels

Comments

@labeoVlad
Copy link

Having issues with Coinbase getTicker(). It produces the wrong result for ETH/USD and LTC/USD pairs

All pairs are treated as BTC/USD - see highlighted in attached picture.
Let me know.
Thanks

coinbase_issue

@timmolter
Copy link
Member

Looks like a bug. Are you using the latest snapshot jar or an outdated release?

@labeoVlad
Copy link
Author

	<dependency>
		<groupId>org.knowm.xchange</groupId>
		<artifactId>xchange-coinbase</artifactId>
		<version>4.2.1-SNAPSHOT</version>
	</dependency>

@timmolter timmolter added the Bug label Jun 28, 2017
@timmolter
Copy link
Member

OK, then it's a bug. You'll probably have to fix it yourself. A PR would be appreciated by everyone.

@dimecoin
Copy link
Contributor

dimecoin commented Jul 2, 2017

I don't think the coinbase feed has been updated in awhile. It's using v1 of their API and most functions aren't implemented or working. The only I could get "working" is the ticker, but has problems with newer products as this issue points out.

I'd be willing to pitch a little as donation or bounty, if someone wants to get this feed up on v2 of api and some basic functionality working. I'm just looking for tickers, currency balances and trade history. Orders would be nice, but optional.

Let me know how to open a bounty, I can do 0.02 BTC (or equivalent in other coins) to get it started?

Unfortunately I can't really help too much with the coding, other than maybe some testing.

@timmolter
Copy link
Member

@dimecoin If you want to post a bounty, let me know and I'll add it to: #1205

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

No branches or pull requests

3 participants