nothingisdead / npm-kraken-api

[DEPRECATED] NodeJS Client Library for the Kraken (kraken.com) API
Other
412 stars 188 forks source link

Example code suggestion. #41

Open soullessrider opened 7 years ago

soullessrider commented 7 years ago

The ticker example code does fails to return the array outputs. The following works to get content of the arrays.

` // Get Ticker Info

console.log(JSON.stringify(await kraken.api('Ticker', { pair : 'XETHZUSD' })));

`