-
Notifications
You must be signed in to change notification settings - Fork 11
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
Incorrect ETH To USD conversion #6
Comments
No response ????? |
Hi, this is a mirror repo so I missed this. The problem is that the API I'm using is returning bad data. Here's what it's saying the value of 1 USD is in different symbols: "BTC": "0.0000484389",
"BNB": "197.6991039782",
"DOGE": "0.0544922052",
"ADA": "0.4446395949",
"XRP": "0.2939631553",
"DOT": "7.2880521365",
"ETH": "1023.2444203642" I'll have to see if there's other API services I can use |
Hmm, why are u not using free & reliable (with clear & precise API docs) coinmarketcap API ....I am using it flawlessly in google sheets ...with javascript ......but I need the prices on the browser for an instant preview. |
Because the widget is added primarily for foreign exchange currencies, not crypto. Crypto came at no extra implementation cost with the API: https://exchangerate.host/ I'll need to switch to a crypto specific data source now, given that that API gives incorrect data |
It seems customer support at https://exchangerate.host/ is dead or they are lazy to rectify the problem...in any case:
Well, I guess you will need an API with no daily or monthly limitations as request/second can be handled.......further the service should not change their API versions frequently ......also any change in code is PITA as you will have to make changes in your widget code. So I guess Nomics & Coinpaparika are the 2 which u can consider. |
I am not able to get the correct price of ETH To USD ...it is always showing some outrageous value like: 0.000xxx.....also BTC -> USD is not reflecting updated price.
The text was updated successfully, but these errors were encountered: