I'm getting a CORS error, what should I do?

If you are developing an app that directly makes requests from the browser to an external our API, you will need an API that uses Cross Origin Resource Sharing (CORS) headers.

Coinranking API returns the CORS headers with a wildcard. That will make sure you can use Coinranking API from any domain.