Expand description
A fully-typed API wrapper of the Kraken Pro API for both REST calls and Websockets.
This wrapper is meant to be usable on its own if trading solely on Kraken, but has not been overly-tailored for direct use. The ideal use-case is writing generic trading code that works on a layer above this client (whatever your ideal API is), and then uses this library to implement your version on Kraken.
Modules§
- clients
- REST client implementations
- crypto
- Signature generation, nonce providing, etc
- rate_
limiting - Implementations of common rate limiting schemes required for using Kraken’s API effectively
- request_
types - REST request types
- response_
types - REST response types
- secrets
- Common handling for API secret retrieval and usage
- test_
support - wss
- Websocket client implementation