본문으로 건너뛰기
getcoinsight

개발자 API

마켓·기술 분석·뉴스 REST API — 이 사이트와 동일한 데이터. OpenAPI 명세 (JSON)

인증

모든 요청에는 Authorization 헤더에 API 키가 필요합니다.

curl -H "Authorization: Bearer gcs_YOUR_KEY" \
  "https://getcoinsight.com/api/v1/markets?limit=10"

키 생성 및 관리는 프로필

일일 쿼터

Free100 요청/일
Basic1,000 요청/일
Pro10,000 요청/일
Premium100,000 요청/일

응답에 X-RateLimit-Limit 및 X-RateLimit-Remaining 헤더가 포함됩니다. 쿼터 초과 시 HTTP 429.

엔드포인트

  • GET /api/v1/markets?limit=100

    Top coins by market cap: price, market cap, volume, 1h/24h/7d change.

  • GET /api/v1/analysis?symbol=btc&interval=1h

    Technical snapshot: price, trend, RSI/ADX/ATR, TA consensus rating, regime, composite score. Intervals: 1m–1M.

  • GET /api/v1/news?limit=30

    Aggregated crypto headlines (CoinDesk, Cointelegraph, Decrypt, The Block, Bitcoin Magazine).

모든 엔드포인트는 JSON을 반환합니다: 성공 시 { "data": … }, 실패 시 { "error": "code" }. CORS 개방.