An open API service indexing awesome lists of open source software.

https://github.com/dutu/kraken-api-client


https://github.com/dutu/kraken-api-client

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# kraken-newapi-client

## Orderbook

### Methods

#### on(`'orderbook'`, listener)

#### subscribe({ symbol, depth })
Will throw error if invoked twice

#### unsubscribe ( { symbol })
Will throw error if subscription for symbol does not exist.

### Events

#### `subscribe`

#### `unsubscribe`

#### `orderbook`

####