Skip to content

Latest commit

 

History

History
69 lines (61 loc) · 1.83 KB

README.md

File metadata and controls

69 lines (61 loc) · 1.83 KB

Streamer API

Document history

Version Date Comments
1 08/10/2019 First public version

Introduction

CryptoCompare offers a number of different streaming and polling endpoints for requesting and subscribing to market data. REST requests may be performed via our polling API. Streaming via websocket provides an alternative way of consuming our data in a reliable, low latency manner.

This document serves as a developer guide for integrating with the market data streamer service.

Please note this service is presently in closed beta and subject to change. The public interface is presently accessible via wss://streaming.cryptocompare.com/ and will require IP whitelisting as well as an API key. This can be requested by contacting us by email.

Examples

Language Samples
Python 3
NodeJS
Golang

Full implementation details can be found in the Websocket API reference.