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§

  • REST client implementations
  • Signature generation, nonce providing, etc
  • Implementations of common rate limiting schemes required for using Kraken’s API effectively
  • REST request types
  • REST response types
  • Common handling for API secret retrieval and usage
  • Websocket client implementation