Crate kraken_async_rs

Source
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