UNPKG
cryptopia-node
Version:
latest (0.7.0)
0.7.0
0.6.0
0.5.0
0.4.0
0.3.1
0.3.0
0.2.0
0.0.1
Cryptopia API Client for Node.js
github.com/mjezorek/cryptopia-node
mjezorek/cryptopia-node
cryptopia-node
/
test.js
7 lines
(6 loc)
•
255 B
JavaScript
View Raw
1
2
3
4
5
6
7
var
cryptopia =
require
(
'./index.js'
);
var
c =
new
cryptopia
(
'997f96b08ced4c96880849ca480edca8'
,
'JPaabD55jAhB5Z8fhNuAVCtPNihG5Ng8GDcBIVEX88U='
); c.
getmarkethistory
(
'PASL_BTC'
,
24
,
function
(
err, data
) {
console
.
log
(err);
console
.
log
(data); });