TickCatcher
## 🪙 TickCatcher API — Intraday Crypto History, Built for Developers [TickCatcher](https://tickcatcher.com) delivers precise, high-resolution OHLCV (Open, High, Low, Close, Volume) data for the top 100 cryptocurrencies. From 1-minute granular data to 4-hour trends, we provide the historical depth developers and quants need to build reliable trading systems. Stop stitching together disparate…
TickCatcher endpoints
| Method | Endpoint | Description |
|---|---|---|
| Plans | ||
| GET |
Basic Plan /api/bcandles |
This is the basic plan endpoint for our users. |
| GET |
Pro Plan /api/pcandles |
This is the pro plan endpoint for our users. |
| GET |
Ultra Plan /api/ucandles |
This is the ultra plan endpoint for our users. |
| GET |
Mega Plan /api/mcandles |
This is the mega plan endpoint for our users. |
| GET |
Enterprise Plan /api/ecandles |
This is the enterprise plan endpoint for our users. |
| Generic Information | ||
| GET |
Info /api/info |
Get basic information and limitations about your package. |
| GET |
Metadata /api/metadata |
Get crucial information about the symbol-timeframe pair. |
| GET |
Search /api/search |
Search for symbols in the database. |
| Calendar | ||
| GET |
Economic Calendar /api/calendar |
Access the economic calendar data if your plan has it. VARIABLES - **startTime:** epoch time in milliseconds. - **endTime:** epoch time in milliseconds. |
| Indicators | ||
| POST |
SMA /api/indicators/sma |
Calculate Simple Moving Average (SMA) |
| POST |
EMA /api/indicators/ema |
Calculate Exponential Moving Average (EMA) |
| POST |
RSI /api/indicators/rsi |
Calculate Relative Strength Index (RSI) |
| POST |
MACD /api/indicators/macd |
Calculate Moving Average Convergence/Divergence (MACD) |
| POST |
Stochastic /api/indicators/stoch |
Calculate Stochastic Oscillator |
| POST |
Bolinger Bands /api/indicators/bbands |
Calculate Bolinger Bands |
| POST |
Volume MA /api/indicators/volumema |
Calculate Volume Moving Average (MA) |
| POST |
ATR /api/indicators/atr |
Calculate Average True Range (ATR) |
| POST |
ADX /api/indicators/adx |
Calculate Average Directional Index (ADX) |
| POST |
CCI /api/indicators/cci |
Calculate Commodity Channel Index (CCI) |
| POST |
PSAR /api/indicators/psar |
Calculate Parabolic SAR (PSAR) |
| POST |
Ichimoku /api/indicators/ichimoku |
Calculate Ichimoku Cloud |
| POST |
Williams %R /api/indicators/williamsr |
Calculate Williams %R |
| POST |
SuperTrend /api/indicators/supertrend |
Calculate SuperTrend |
| POST |
Keltner /api/indicators/keltner |
Calculate Keltner Channels |
| POST |
Heiken Ashi /api/indicators/heikenashi |
Calculate Heiken Ashi Candles |
| POST |
VWAP /api/indicators/vwap |
Calculate Volume Weighted Average Price (VWAP) |
| POST |
ZigZag /api/indicators/zigzag |
Calculate ZigZag Indicator |
| POST |
Pivot Points /api/indicators/pivot |
Calculate Pivot Points |
TickCatcher pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $29.99 / month | 30 / minute |
|
| ULTRA Recommended | $59.99 / month | 1 / second |
|
| MEGA | $119.99 / month | — |
|