From 5f9c075ac7fc8ae1d35b71ea8db99168c2945511 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Tue, 18 Jan 2022 14:22:33 +0100 Subject: [PATCH] Update index.md --- docs/index.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index d86c903..3e91571 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,21 +5,23 @@ nav_order: 1 The CryptoExchange.Net library is a base package for exchange API implementations. It offers base classes for creating clients for exchange API's. Basing exchange implementation on the common CryptoExchange.Net library allows for ease of implementation for new exchanges, as only the endpoints and models have to implemented, but not all systems around requests and connections, and it makes it easier for users to implement a new library in their code base as all base principles and configuration are the same for different exchanges. -Implementations by me, these will always be on the latest CryptoExchange.Net version and the latest versions will always work together +**Implementations by me** +These will always be on the latest CryptoExchange.Net version and the latest versions will always work together ||Exchange|Documentation| |-|-|-| ||Binance|https://jkorf.github.io/Binance.Net/| ||Bitfinex|https://jkorf.github.io/Bitfinex.Net/| ||Bittrex|https://jkorf.github.io/Bittrex.Net/| -||Bybit|https://jkorf.github.io/Bybit.Net/| +||Bybit|https://jkorf.github.io/Bybit.Net/| ||CoinEx|https://jkorf.github.io/CoinEx.Net/| ||FTX|https://jkorf.github.io/FTX.Net/| ||Huobi|https://jkorf.github.io/Huobi.Net/| ||Kraken|https://jkorf.github.io/Kraken.Net/| ||Kucoin|https://jkorf.github.io/Kucoin.Net/| -Implementations by third parties. These might not be compatible with other libraries, make sure to check the CryptoExchange.Net version. +**Implementations by third parties** +These might not be compatible with other libraries, make sure to check the CryptoExchange.Net version. ||Exchange| |-|-|