Skip to content

Commit 8f7aed9

Browse files
authored
Update Program.cs
1 parent 2d45a65 commit 8f7aed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ static void Main(string[] args)
99
// for mainnet set host to "ws.mainnet.digitexfutures.com"
1010
string host = "ws.testnet.digitexfutures.com";
1111
bool wss = true;
12-
string token = "d030b17c9b993107399eb19121daea0f04e4b476";
12+
string token = "<your_API_token>";
1313

1414
IntervalAlgorithm algorithm = new IntervalAlgorithm(host, token, wss);
1515
algorithm.Prepare();

0 commit comments

Comments
 (0)