-
Notifications
You must be signed in to change notification settings - Fork 0
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
Exchange Rate route 500s #165
Comments
Kraken doesn't require an API key so we can give USD, BTC, and EUR to all users. For the other currencies, we need CoinGecko, which requires an API key. Instance needs to be run like:
|
@n8maninger Is this something we're able to supply for our instance? |
Coingecko doesn't require an API key if you stay under their usage limits, but I've added a key to our node |
So it sounds like we could build in some support for the free usage of Coingecko and handle the rate limit case by informing server and/or client--probably both?, but I'll leave those decisions to greater wisdom. I believe this issue has been resolved, as far as Explorer needs. Thank you both! |
It appears that a few of these work but many do not. I'm getting 500 responses for the following currencies at the
api/exchange-rate/siacoin/:currency
mainnet route with a raw responsefailed to get exchange rate: no sources working
:What does seem to work:
The text was updated successfully, but these errors were encountered: