
Technical Analysis is a public API providing cryptocurrency prices and technical analysis.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://technical-analysis-api.com | Primary API endpoint. |
curl -X GET "https://technical-analysis-api.com" \ -H "Accept: application/json"