Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 516 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 516 Bytes

bitsoApi_and_webSocket

Console application

Just code to connect to Bitso API C# and LiveTrades Websocket subscription.
NetCore 3.1

https://bitso.com/developers#websocket-api ->> The Trades channel send a message whenever a new trade is executed in the corresponding order book. The Orders channel maintains an up-to-date list of the top 20 asks and the top 20 bids, new messages are sent across the channel whenever there is a change in either top 20. This channel will be deprecated from October 1st, 2020.