Crypto Indicators
One call returns OHLC and any of 31 technical indicators — RSI, MACD, EMA, Bollinger Bands, ADX, Stochastic, Supertrend, Ichimoku, PSAR, VWAP, MFI, Williams Vix Fix and more — for any Binance or Bybit pair on any timeframe from 1m to 1M. Values do not repaint. The last candle an exchange returns is the in-progress one, and every indicator computed on it keeps changing until that candle closes.…
Crypto Indicators endpoints
| Method | Endpoint | Description |
|---|---|---|
| Indicators | ||
| GET |
getIndicators /v1/indicators |
Latest values, or full series with `series=true`. Parameter syntax: append colon-separated values, e.g. `rsi:21`, `bbands:20:2.5`, `supertrend:10:3`. The response key echoes what… |
| GET |
getBulk /v1/bulk |
Up to 10 symbols in one request. A per-symbol failure returns `{ symbol, error }` for that row instead of failing the whole call. |
| Signals | ||
| GET |
getBottomSignal /v1/signals/bottom |
Scores a capitulation-reversal entry across three gates: 1. `wvfGreen` — a capitulation bar (Williams Vix Fix at or above its upper band / range high) 2. `stochOversold` — %K… |
| GET |
getSummary /v1/summary |
Trend, strength, momentum and volatility in one response. `trendScore` counts five independent bullish conditions: price vs EMA 20 / 50 / 200, +DI vs -DI, and Supertrend direction. |
| Market data | ||
| GET |
getOhlc /v1/ohlc |
`format=object` returns `{t,o,h,l,c,v}` objects; `format=array` returns `[t,o,h,l,c,v]` tuples, which is smaller over the wire. Timestamps are candle OPEN time in milliseconds UTC. |
| Meta | ||
| GET |
getCatalog /v1/catalog |
Machine-readable, so a client can build its own indicator picker without hardcoding the list. |
| GET |
getHealth /health |
|
| GET |
getUpstream /v1/upstream |
Which upstream venues this service can currently reach, with status codes and latency. Diagnostic. |
Crypto Indicators pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO Recommended | $15 / month | 5 / second |
|
| ULTRA | $45 / month | 15 / second |
|
| MEGA | $120 / month | 30 / second |
|