
CoinAPI is a public API providing all currency exchanges integrate under a single api.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://docs.coinapi.io/ | Primary API endpoint. |
curl -X GET "https://docs.coinapi.io/" \ -H "Accept: application/json"