API Endpoint Reference
Complete documentation for every Algo Tick API endpoint. Each page includes live response previews, copy-ready code examples, parameter tables, and links to related datasets and dashboards.
# Quick start — get a market snapshot right now
curl "https://algotick.dev/v1/snapshot"
Market Snapshot
GET /v1/snapshot
Real-time market snapshot with 39+ metrics across 4 assets
Composite Signal
GET /v1/signals/composite
Multi-factor composite trading signal for BTC, ETH, SOL, HYPE
Volatility & ATR
GET /v1/signals/volatility
Realized volatility, ATR, and mark prices across multiple timeframes
Whale Flow
GET /v1/signals/whale-flow
Large order flow tracking and directional whale activity
Market Regime
GET /v3/signals/regime
HMM-based market regime classification (risk-on, risk-off, neutral)
Liquidation Alerts
GET /v1/signals/liquidations
Real-time liquidation alerts, thresholds, and cascade detection
Safety Score
GET /v3/signals/safety
Cross-signal coherence and safety assessment for market conditions
Historical Data
GET /v1/history
Query historical time-series data for any metric
Authentication
Public read endpoints on algotick.dev are anonymous. Pass query filters such as coin, metric_id, and hours when you need to scope a request.
GET /v1/snapshot
GET /v1/history?metric_id=btc_price&hours=24
# Public read access. Rate limit: 60 req/min per IP.
Rate limits: 60 requests/minute on the public tier. Use the OpenAPI schema and endpoint reference to generate clients or wire the API into automated workflows.
See Also
Don't just stare at the dashboard. Automate it.
Every metric on this page is available via our sub-millisecond API.
Build trading bots, backtest strategies, and power AI agents with institutional-grade data.