
BitcoinCharts is a public API providing financial and technical data related to the bitcoin network.
This API is publicly accessible without authentication.
GET https://api.example.com/v1/status| Method | Path | Description |
|---|---|---|
| GET | https://bitcoincharts.com/about/exchanges/ | Primary API endpoint. |
curl -X GET "https://bitcoincharts.com/about/exchanges/" \ -H "Accept: application/json"