1.8.0 • Published 6 years ago

coinone-api v1.8.0

Weekly downloads
13
License
-
Repository
github
Last release
6 years ago

coinoneAPI

coinone api Object based Promise (using AXIOS)

demo (telegram bot)

@CoinoneHelpBot

install

npm install --save coinone-api

example (how to use this)

var CoinoneAPI = require('coinone-api');
// details : http://doc.coinone.co.kr/
// if you use ONLY public API, 'ACCESS_TOKEN' and 'SECRET_KEY' is not necessary 
// but you use personal API, 'ACCESS_TOKEN' and 'SECRET_KEY' is essential! 
var coinoneAPI = new CoinoneAPI('ACCESS_TOKEN','SECRET_KEY');

coinoneAPI.ticker('btc').then(function(response){
  console.log(response.data)
})
1.8.0

6 years ago

1.7.0

6 years ago

1.6.0

6 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.4.4

6 years ago

1.4.3

6 years ago

1.4.2

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.11

7 years ago

1.3.10

7 years ago

1.3.9

7 years ago

1.3.8

7 years ago

1.3.7

7 years ago

1.3.6

7 years ago

1.3.5

7 years ago

1.2.5

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago