Brave NewCoin
Real-time and historic crypto data from more than 200+ exchanges
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Cryptocurrency
- Documentation / URL
- https://bravenewcoin.com/developers
Overview
Brave NewCoin provides crypto market data — prices, market caps, and reference rates — via REST (now hosted on RapidAPI). Auth is an API key (an invalid key returns 401, verified).
Quick Start
The API is available via RapidAPI (replace YOUR_RAPIDAPI_KEY):
curl "https://bravenewcoin.p.rapidapi.com/marketcap?asset_id=1" \
-H "x-rapidapi-key: YOUR_RAPIDAPI_KEY" \
-H "x-rapidapi-host: bravenewcoin.p.rapidapi.com"
{ "content": [ { "asset_id": "btc", "priceUsd": 77090.5 } ], "messages": [] }
Authentication
- Register at bravenewcoin.com/developers → the API is distributed via RapidAPI.
- Send the
x-rapidapi-keyheader (invalid key → 401, verified).
Rate Limits & Notes
- Free RapidAPI tier: ~500 requests/month (check the RapidAPI page); paid tiers scale.
- Endpoints:
/marketcap,/price,/reference-rate, and others. - Asset IDs are lowercase (e.g.
btc) in the v2 API.
FAQ
Is Brave NewCoin free? Free RapidAPI tier with a monthly allowance; more is paid.
How do I get a key? RapidAPI subscription to the Brave NewCoin API.
What’s the auth style?
x-rapidapi-key header (verified).
More in Cryptocurrency
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| 0x API for querying token and pool stats across various liquidity pools | No auth | Yes | Yes | ↗ |
| 1inch API for querying decentralize exchange | No auth | Yes | Unknown | ↗ |
| Alchemy Ethereum Ethereum Node-as-a-Service Provider | API Key | Yes | Yes | ↗ |
| Alpha (Mossland) Korean crypto channel stance + RAG Q&A + canonical entity/topic/event store | No auth | Yes | Yes | ↗ |
| Binance Exchange for Trading Cryptocurrencies based in China | API Key | Yes | Unknown | ↗ |