You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Global formatting
* Formatting with tabs and updating readme with links
* Adding some settings and extension recs
* undo the per exchange readme and move to a single src pointer
Copy file name to clipboardExpand all lines: README.md
+50-51Lines changed: 50 additions & 51 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,67 +6,67 @@
6
6
7
7
## Overview
8
8
9
-
ExchangeSharp is a C# **framework/lib** and [console app](#Installing-the-CLI) for trading and communicating with [various](#Exchanges) exchange API end points for cryptocurrency assets. Many exchanges are supported, along with [web sockets](#Websockets), withdraws and more!
9
+
ExchangeSharp is a C# **framework/lib** and [console app](#installing-the-cli) for trading and communicating with [various](#exchanges) exchange API end points for cryptocurrency assets. Many exchanges are supported, along with [web sockets](#websockets), withdraws and more!
10
10
11
-
Feel free to visit the discord channel at https://discord.gg/58ktxXuTVK and chat with other developers.
11
+
Feel free to visit the discord channel at <https://discord.gg/58ktxXuTVK> and chat with other developers.
12
12
13
13
### Features
14
14
15
-
- Many exchanges supported with public, private and web socket API
15
+
- Many [exchanges](/src//ExchangeSharp/API/Exchanges/) supported with public, private and web socket API
16
16
- Easy to use code and API
17
17
- Optional global market symbol normalization, since each exchange has their own way of doing market symbols
RequestStateChanged?.Invoke(this,RequestMakerState.Begin,uri.AbsoluteUri);// when start make a request we send the uri, this helps developers to track the http requests.
196
+
RequestStateChanged?.Invoke(this,RequestMakerState.Begin,uri.AbsoluteUri);// when start make a request we send the uri, this helps developers to track the http requests.
0 commit comments