Cryptoquote
  • Welcome to Cryptoquote
  • APIs
    • Analytics APIs
      • Markets
        • Movers
        • Price Volume Gainers
        • Trend Directions
        • Gap Up / Down
        • Range Up / Down
      • Screener
        • Market Screener
      • Event Impact Analysis
        • Event Impact Analysis
      • Single Security Analysis
        • Momentum
        • Historical Volatility
        • Historical Up / Down / Returns
        • Historical Ranking
        • Price Volume Distribution
        • Relative Volume
        • Total Return
        • Total Returns (Yearly)
        • Returns Distribution
        • Historical Change $ and Percentage %
        • Up / Down Percentage
        • Highest / Lowest Traded Values
        • Scan Historical Prices
        • Percentile Stats
        • Financial Returns and Trading Volumes
      • Technical Analysis
        • Technical Indicators Signals
        • SMA indicators and signals
        • Simple Moving Average (SMA)
        • Exponential Moving Average (EMA)
        • Average Directional Movement Index (ADX)
        • Weighted Moving Average (WMA)
        • Double Exponential Moving Average (DEMA)
        • Triple Exponential Moving Average (TEMA)
        • Triangular Moving Average (TRIMA)
        • Kaufman Adaptive Moving Average (KAMA)
        • Pivot points
        • Recognizing 50+ Candlestick patterns
        • Historical VWAP
        • Key Technical Stats
      • Statistical Analysis
        • Skewness
        • Sharpe Ratio
        • Sortino Ratio
      • Multi-Security Analysis
        • Average Returns
        • Correlation Matrix
        • Correlation Matrix - market groups
        • Crypto Correlations
        • High, Low, Averages
        • Relative Volumes
        • Trend Direction
        • Historical Averages
        • Historical Performance
        • Historical Range
        • Symbols Calculated Fields
        • Rankings
      • Reference Tables
        • Fields
      • API Usage
    • Streaming APIs
      • Overview
      • Test
      • Develop
    • REST APIs
      • Market Data Snapshot
        • Markets RT Snapshot
        • Prices Snapshot
      • Historical
        • Tick Time Series
        • N-Minute Time Series
        • Daily Bar Time Series
        • USD Reference Prices
        • Marketcap and Circulation Supply
        • Coin Halving and Forking
    • Reference Data
      • Exchanges
      • Exchange Symbols List
      • Global USD Symbols list
      • Global Commodities Symbols list
      • Global Currencies Symbols list
      • Global Equity Indices Symbols list
      • Coin Information
      • Crypto base ticker and currencies
      • Get instrument information
    • News
      • Page 13
    • Tables
  • Widgets
    • TextToIntel
    • One Widget Multiple Applications
  • News++
    • 🍞Untitled
  • Data News
    • Page 4
  • RSS Feeds
    • Page 5
  • LinkedIn
  • Twitter
  • WidgetiFrame
  • WidgetiFrame
Powered by GitBook
On this page
  1. APIs
  2. Streaming APIs

Overview

PreviousStreaming APIsNextTest

Last updated 2 years ago

Description

Cryptoquote's real-time streaming infrastructure is based on NATS. The protocol enables the ability to subscribe based on topic and interest. For example, you can subscribe to all trade messages for all cryptocurrency Exchanges, trade messages for a single market on a single Exchange, or even trade messages for a single market (symbol), across all Exchanges.

NATS has (or SDKs) cover all modern programming languages. The NATS clients will automatically handle reconnections, message parsing, and more - making for a smaller amount of development overhead for your project.

High performance: NATS is designed for high performance and can handle high throughput and low latency. This makes it well-suited for real-time data streaming applications that require fast and reliable message delivery.

Scalability: NATS is horizontally scalable, meaning that it can scale up to handle large amounts of data without degrading performance. This makes it a good choice for applications that need to handle large volumes of data in real time.

Simplicity: NATS has a simple design and is easy to use, making it a good choice for developers who want a straightforward messaging system.

Flexibility: NATS supports multiple messaging patterns, including point-to-point, publish-subscribe, and request-response, making it a versatile tool for a wide range of applications.

Open-source: NATS is an open-source project, which means that it is freely available and can be modified and distributed by anyone. This can make it a more cost-effective option for developers compared to proprietary solutions.

Contact us at to get your username:password for streaming data access

Use Cases

Quant Trader:

  • Stream real-time tick by tick and quote (bidxask) data to power trading systems

Exchange, Brokerage or Vendor

  • Access real-time

clients
devs@cryptoquote.io