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

Adding CryptoCompare Rates API #17

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Adding CryptoCompare Rates API #17

wants to merge 1 commit into from

Conversation

vcealicu
Copy link

I was not able to test this and I've noticed that there are a few things that need to be updated in the wallet GUI as well for this change to become active.

You can find the pricing API documentation here: https://www.cryptocompare.com/api/#-api-data-price-

An example of the API call here: https://www.cryptocompare.com/api/data/price?fsym=BTC&tsyms=USD,EUR,GBP,CNY,HKD

@paullinator
Copy link
Member

Yes, the GUI for Android and iOS have to be modified as well to get this to work. Email [email protected] and we can give you API keys so you can build the full app.

@vcealicu
Copy link
Author

Email sent. Thanks for the quick response.

@anders23
Copy link

{"Response":"Success","Message":"Do not take life too seriously. You will never get out of it alive.","Data":[{"Symbol":"USD","Price":1323.12,"Open24Hour":1319.53,"LastUpdateTS":1493472979,"Volume24Hours":53949.58,"Volume24HoursTo":7.27193E+07},{"Symbol":"EUR","Price":1209.13,"Open24Hour":1206.68,"LastUpdateTS":1493472950,"Volume24Hours":11079.3809,"Volume24HoursTo":13377294.0},{"Symbol":"GBP","Price":1034.62,"Open24Hour":1033.38,"LastUpdateTS":1493472967,"Volume24Hours":1075.32507,"Volume24HoursTo":1108329.75},{"Symbol":"CNY","Price":7844.84,"Open24Hour":7887.79,"LastUpdateTS":1493472981,"Volume24Hours":16649.3516,"Volume24HoursTo":131958032.0},{"Symbol":"HKD","Price":9756.71,"Open24Hour":9766.39,"LastUpdateTS":1493467232,"Volume24Hours":39.092865,"Volume24HoursTo":390517.969}],"Type":100}

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

Successfully merging this pull request may close these issues.

3 participants