1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-18 03:43:00 +00:00
This commit is contained in:
Jkorf
2022-01-18 13:42:12 +01:00
parent 008b15b055
commit 24b503ca8c
9 changed files with 19 additions and 3 deletions
+2
View File
@@ -3,6 +3,8 @@ title: General usage
nav_order: 2
---
## How to use the library
Each implementation generally provides two different clients, which will be the access point for the API's. First of the rest client, which is typically available via [ExchangeName]Client, and a socket client, which is generally named [ExchangeName]SocketClient. For example `BinanceClient` and `BinanceSocketClient`.
## Rest client