We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d45a65 commit 8f7aed9Copy full SHA for 8f7aed9
Example/Program.cs
@@ -9,7 +9,7 @@ static void Main(string[] args)
9
// for mainnet set host to "ws.mainnet.digitexfutures.com"
10
string host = "ws.testnet.digitexfutures.com";
11
bool wss = true;
12
- string token = "d030b17c9b993107399eb19121daea0f04e4b476";
+ string token = "<your_API_token>";
13
14
IntervalAlgorithm algorithm = new IntervalAlgorithm(host, token, wss);
15
algorithm.Prepare();
0 commit comments