.NET SDK¶
If you decide to integrate with cTrader Open API using any of the .NET programming languages, our official .NET SDK is here to help.
What the .NET SDK does¶
The .NET SDK contains a variety of helpful classes, methods and solutions which, following their implementation, should allow you to focus on making your service better rather than having to create custom systems for establishing a TCP and WebSocket connection or sending and receiving Protobuf messages.
Installation¶
Open the NuGet package manager console and run the following command.
Install-Package cTrader.OpenAPI.Net
Alternatively, you can search for the cTrader.OpenAPI.NET package when working with the NuGet package manager solution.