tickcatcher

Crates.iotickcatcher
lib.rstickcatcher
version1.1.7
created_at2025-11-04 12:44:33.88855+00
updated_at2025-12-21 23:39:55.572623+00
descriptionThe Tickcatcher API provides access to cryptocurrency market data including candlesticks, symbols, and indicators. All requests require authentication using your RapidAPI key or TickCatcher Direct Key.
homepage
repository
max_upload_size
id1916212
size240,786
Yağız Işkırık (yagiziskirik)

documentation

README

Rust API client for tickcatcher

The Tickcatcher API provides access to cryptocurrency market data including candlesticks, symbols, and indicators. All requests require authentication using your RapidAPI key or TickCatcher Direct Key.

Overview

This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.

  • API version: 1.1.7
  • Package version: 1.1.7
  • Generator version: 7.17.0
  • Build package: org.openapitools.codegen.languages.RustClientCodegen

Installation

Put the package under your project folder in a directory named tickcatcher and add the following to Cargo.toml under [dependencies]:

tickcatcher = { path = "./tickcatcher" }

Documentation for API Endpoints

All URIs are relative to https://api.tickcatcher.com

Class Method HTTP request Description

CalendarApi | calendar | GET /api/calendar | Get economic calendar within a selected period CandlesApi | basic_candles | GET /api/bcandles | Get candlestick data CandlesApi | enterprise_candles | GET /api/ecandles | Get candlestick data CandlesApi | mega_candles | GET /api/mcandles | Get candlestick data CandlesApi | pro_candles | GET /api/pcandles | Get candlestick data CandlesApi | ultra_candles | GET /api/ucandles | Get candlestick data GeneralApi | info | GET /api/info | Get your package information as well as your limitations GeneralApi | metadata | GET /api/metadata | Get metadata of selected timeframe/symbol pair GeneralApi | search | GET /api/search | Search through the list of symbols to use correct one in the query IndicatorsApi | adx | POST /api/indicators/adx | Calculate Average Directional Index (ADX) IndicatorsApi | atr | POST /api/indicators/atr | Calculate Average True Range (ATR) IndicatorsApi | bbands | POST /api/indicators/bbands | Calculate Bollinger Bands IndicatorsApi | cci | POST /api/indicators/cci | Calculate Commodity Channel Index (CCI) IndicatorsApi | ema | POST /api/indicators/ema | Calculate Exponential Moving Average (EMA) IndicatorsApi | heikenashi | POST /api/indicators/heikenashi | Calculate Heiken Ashi IndicatorsApi | ichimoku | POST /api/indicators/ichimoku | Calculate Ichimoku Cloud IndicatorsApi | keltner | POST /api/indicators/keltner | Calculate Keltner Channels IndicatorsApi | macd | POST /api/indicators/macd | Calculate MACD IndicatorsApi | pivot | POST /api/indicators/pivot | Calculate Pivot Points IndicatorsApi | psar | POST /api/indicators/psar | Calculate Parabolic SAR IndicatorsApi | rsi | POST /api/indicators/rsi | Calculate Relative Strength Index (RSI) IndicatorsApi | sma | POST /api/indicators/sma | Calculate Simple Moving Average (SMA) IndicatorsApi | stoch | POST /api/indicators/stoch | Calculate Stochastic Oscillator IndicatorsApi | supertrend | POST /api/indicators/supertrend | Calculate SuperTrend IndicatorsApi | volumema | POST /api/indicators/volumema | Calculate Volume MA IndicatorsApi | vwap | POST /api/indicators/vwap | Calculate VWAP IndicatorsApi | williamsr | POST /api/indicators/williamsr | Calculate Williams %R IndicatorsApi | zigzag | POST /api/indicators/zigzag | Calculate ZigZag Indicator

Documentation For Models

To get access to the crate's generated documentation, use:

cargo doc --open

Author

yagiz@iskirik.com

Commit count: 0

cargo fmt