nmoschkin / KuCoin.NET

KuCoin API Libraries written in .NET 6.0 and Standard 2.0
Apache License 2.0
8 stars 8 forks source link

KuCoin.Market is null #1

Open MyCript opened 3 years ago

MyCript commented 3 years ago

When running the console application

market = KuCoin.Market; is null

KucoinBaseRestApi line 531 is not going to line 532, it's just returning to the program.cs

nmoschkin commented 2 years ago

Has the issue been fixed?

I believe you may need to run KuCoinSystem.Initialize() first. Did you read the doc?