Skip to content

nolim1t/nl-kraken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kraken API api

npm version

About

My own API Library for Kraken. Reference library here

Installing

npm i nl-kraken

Contributing

All contributions are welcome and appreciated. Open Source is a meritocracy who doesn't care who you are.

Issues Pull Requests Donations (BTC: 14qd36n1viYAWzajZgaTQq4tPUZcEUtfcz / LTC: LSGfxUoJSC3qYsTC6DwyvKvYfDwTVXrcE2 / Dollars)

TODO

  • Private API functions

Examples

Get Market Depth / Order Book

Examples, ETHEUR, BTCEUR, ETCEUR

i.public({endpoint: 'Depth', pair: 'BTCEUR'}, (r) => {console.log(JSON.stringify(r))});
i.public({endpoint: 'Depth', pair: 'ETHEUR'}, (r) => {console.log(JSON.stringify(r))});
i.public({endpoint: 'Depth', pair: 'ETCEUR'}, (r) => {console.log(JSON.stringify(r))});
i.public({endpoint: 'Depth', pair: 'DASHEUR'}, (r) => {console.log(JSON.stringify(r))});

Get Market Depth (BTC/EUR)

i.public({endpoint: 'AssetPairs', method: "GET"}, (r) => {console.log(JSON.stringify(r))});

About

My WIP library for kraken (BTC Exchange)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published