Hello Sir,
I am new user to use CCXT on my project. I have a issue on some of functions like fetch my orders and Fills from Kucoin. When I these functions it throw error like "AuthenticationError: KC-API-KEY not exists".
My code is as below please provide solution....
`var kucoinData = new ccxt.kucoin({
apiKey: 'mykey',
secret: 'secret',
password:'password'
});
var Data = await kucoinData.fetchMyTrades();
console.log(Data);`
Please see above code and provide solution where I wrong in code....
Thanks & Regards,
Jay
Hello Sir,
I am new user to use CCXT on my project. I have a issue on some of functions like fetch my orders and Fills from Kucoin. When I these functions it throw error like "AuthenticationError: KC-API-KEY not exists".
My code is as below please provide solution....
`var kucoinData = new ccxt.kucoin({
apiKey: 'mykey',
secret: 'secret',
password:'password'
});
var Data = await kucoinData.fetchMyTrades();
console.log(Data);`
Please see above code and provide solution where I wrong in code....
Thanks & Regards,
Jay