BitcoinCounterFlow
  • Charts
    Market ChartsAll indicators in one place.
    DashboardsData-riched mini-charts.
    SuperChartAdvanced multi-panel view.
    OmniFlow ModelMarket regime identification.
    Liquidation HeatmapIdentify liquidity clusters.
    ETF TrackerWall Street capital flows.
  • Tools
    Backtest & ModelsBuild your own quants.
    ScannerSearch historical triggers across timeframes.
    Position SignalsAI-powered trade signals.
    Custom IndicatorsBuild Superchart indicators visually.
    Indicator ScannerRank indicators that read tops and bottoms.
    ExtensionLive data in your browser.
  • Resources
    CalculatorsCalculators and planning tools.
    ReportsMonthly market analysis.
    LearnMaster the indicators.
    ArticlesLatest news and insights.
    GlossaryDictionary of terms.
    ClockWatchGlobal market sessions.
  • Community
  • API
  • MCP
  • Pricing
인증Checking access...

API 문서

BitcoinCounterFlow에서 실시간 및 과거 Bitcoin 시장 데이터, 온체인 지표, 파생상품 흐름에 직접 접근하세요.

The examples below use your own key. You can test with fake data in the Interactive Console without needing an API key.

Private API access

API key generation, rotation, and usage visibility live in your account area.

This section is reserved for eligible workspace plans and paid data plans with private API access.

View API pricing
GET

/api/m2-global

M2 Global Growth metrics

매개변수

매개변수필수설명
apikeyrequiredYour unique authentication key.
daysoptionalFilter data by days.
대화형 콘솔Use your own key
GET https://api.bitcoincounterflow.com/api/m2-global?apikey=YOUR_API_KEY&days=120&interval=4h

코드 예제

Safe placeholder examples.

cURL
curl -X GET "https://api.bitcoincounterflow.com/api/m2-global?apikey=YOUR_API_KEY&days=120&interval=4h"
JavaScript (Fetch)
fetch("https://api.bitcoincounterflow.com/api/m2-global?apikey=YOUR_API_KEY&days=120&interval=4h")
.then(res => res.json())
.then(data => console.log(data));

인증

Pass your key using the `apikey` parameter.

For hosted MCP with X-API-Key, see /mcp-access.

요청 제한

Developer: 20 req/min
Nakamoto PRO / Developer: 20 req/min
Builder: 60 req/min
Business: 120 req/min
Scale+: 600 req/min or negotiated