Skip to content

baumstern/daily-buyer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

daily-buyer

Buy cryptocurrency using Open API from Upbit.

Currently, when the program is executed each time, it creates an order for BTC and ETH at a market price equivalent to KRW 5,000.

Writing go program is in progress ...

Quick Start

Install dependencies:

npm install

Run to buy BTC and ETH once:

npm start

NOTE: You should provide personal access token to environment variable (UPBIT_OPEN_API_ACCESS_KEY and UPBIT_OPEN_API_SECRET_KEY).

Token can be issued here.

Schedule an order by daily

Here is a cron job example that executes at daily midnight (UTC):

0 0 * * * node app.js

About

Buy cryptocurrency daily

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published