Open soullessrider opened 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' })));
`
The ticker example code does fails to return the array outputs. The following works to get content of the arrays.
` // Get Ticker Info
`