1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-06-09 08:56:13 +00:00

Update README.md

This commit is contained in:
Jan Korf 2019-05-14 10:58:15 +02:00
parent 4084c93222
commit bbca1094f3

View File

@ -2,7 +2,11 @@
![Build status](https://travis-ci.org/JKorf/CryptoExchange.Net.svg?branch=master) ![Build status](https://travis-ci.org/JKorf/CryptoExchange.Net.svg?branch=master)
A base library for easy implementation of cryptocurrency API's. A base library for easy implementation of cryptocurrency API's. Include:
* REST API calls and error handling
* Websocket subscriptions, error handling and automatic reconnecting
* Order book implementations automatically synchronizing and updating
* Automatic rate limiting
**If you think something is broken, something is missing or have any questions, please open an [Issue](https://github.com/JKorf/CryptoExchange.Net/issues)** **If you think something is broken, something is missing or have any questions, please open an [Issue](https://github.com/JKorf/CryptoExchange.Net/issues)**