
Nomics is a public API providing historical and realtime cryptocurrency prices and market data.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://nomics.com/docs/ | Primary API endpoint. |
curl -X GET "https://nomics.com/docs/" \ -H "Accept: application/json"