Skip to content

AuthenticationError: KC-API-KEY not exists #6853

@jaydevvaghela943

Description

@jaydevvaghela943

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions