
Coinbase is a public API providing bitcoin, bitcoin cash, litecoin and ethereum prices.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://developers.coinbase.com | Primary API endpoint. |
curl -X GET "https://developers.coinbase.com" \ -H "Accept: application/json"