Entwickler-API
REST-API für Märkte, technische Analyse und News — dieselben Daten wie auf dieser Website. OpenAPI-Spezifikation (JSON)
Authentifizierung
Jede Anfrage benötigt einen API-Schlüssel im Authorization-Header.
curl -H "Authorization: Bearer gcs_YOUR_KEY" \ "https://getcoinsight.com/api/v1/markets?limit=10"
Schlüssel erstellen und verwalten Sie in Ihrem Profil
Tägliche Kontingente
| Free | 100 Anfragen/Tag |
| Basic | 1,000 Anfragen/Tag |
| Pro | 10,000 Anfragen/Tag |
| Premium | 100,000 Anfragen/Tag |
Antworten enthalten X-RateLimit-Limit- und X-RateLimit-Remaining-Header. Über dem Kontingent → HTTP 429.
Endpunkte
GET /api/v1/markets?limit=100Top coins by market cap: price, market cap, volume, 1h/24h/7d change.
GET /api/v1/analysis?symbol=btc&interval=1hTechnical snapshot: price, trend, RSI/ADX/ATR, TA consensus rating, regime, composite score. Intervals: 1m–1M.
GET /api/v1/news?limit=30Aggregated crypto headlines (CoinDesk, Cointelegraph, Decrypt, The Block, Bitcoin Magazine).
Alle Endpunkte liefern JSON: { "data": … } bei Erfolg, sonst { "error": "code" }. CORS ist offen.