Skip to content

.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.

The .NET SDK in GitHub

View the GitHub repository for the .NET SDK. If you want to suggest an improvement, simply fork the repo and open a pull request.

View several samples of applications created via the .NET SDK. You are free to reuse code from these samples in your own applications.