
Brave NewCoin is a public API providing real-time and historic crypto data from more than 200+ exchanges.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://bravenewcoin.com/developers | Primary API endpoint. |
curl -X GET "https://bravenewcoin.com/developers" \ -H "Accept: application/json"