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 API Example is deprecated ... #23

Closed
ChrisGitIt opened this issue Feb 18, 2019 · 1 comment
Closed

Coinbase API Example is deprecated ... #23

ChrisGitIt opened this issue Feb 18, 2019 · 1 comment

Comments

@ChrisGitIt
Copy link

Hi and thanks for this useful tool!

I noticed the the following example is not working anymore
{ while true; do curl -sL https://coinbase.com/api/v1/prices/historical | head -1 | cut -d, -f2 ; sleep 600; done } | ttyplot -t "bitcoin price" -u usd

I had a quick glance over the current API (https://developers.coinbase.com/api/v2) and it seems there are no "historical" prices anymore (actually, i could not find "historical" within the old api (https://developers.coinbase.com/api/v1).

Greetings,

Chris

@tenox7
Copy link
Owner

tenox7 commented Mar 28, 2019

thanks for info, changed to coindesk api, lets see if it works :)

@tenox7 tenox7 closed this as completed Mar 28, 2019
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