Skip to content

ramblingchris/npm-kraken-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

npm-kraken-api

NodeJS Client Library for the Kraken (kraken.com) API

This is an asynchronous node js client for the kraken.com API.

It exposes all the API methods found here: https://www.kraken.com/help/api through the 'api' method:

Example Usage:

var kraken = require('kraken-api');
var client = new kraken('api_key', 'api_secret');

// Display user's balance
client.api('Balance', null, function(response) {
	console.log('Balances:', response.result);
});

Credit:

I used the example php implementation at https://github.com/payward/kraken-api-client and the python implementation at https://github.com/veox/krakenex as references.

Feeling generous? Send me a fraction of a bitcoin!

1Q85fXntTgYXZdiGZTnE3tqWhGWuinww31

About

NodeJS Client Library for the Kraken (kraken.com) API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published