https://github.com/dutu/kraken-api-client
https://github.com/dutu/kraken-api-client
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dutu/kraken-api-client
- Owner: dutu
- Created: 2024-03-18T17:24:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-05T09:12:28.000Z (over 1 year ago)
- Last Synced: 2025-09-28T07:57:43.452Z (9 months ago)
- Language: JavaScript
- Size: 3.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`
####