Skip to content

demirhancosku/kucoin-api-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kucoin Api Wrapper

API Wrapper

Initialization api wrapper instance

let kucoin = new Kucoin('apikey', 'secret', 'base_latency');

Using endpoints

let ticker =  await kucoin.ticker('RPX-BTC');

kucoin.create_order('SELL', 'RPX-BTC', ticker.buy, 2000).then(function(response){
    console.log(response);
});

Bot Usage

Create config.js

cp config.example.js config.js

Install npm modules

npm install

Run main script

node index.js

About

Kucoin Api Wrapper Nodejs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published