Expand description
REST client implementations
Trait:
- KrakenClient: Core trait defining all supported REST calls to Kraken
Implementations:
- CoreKrakenClient: Basic impl of REST calls with no rate limiting or additional behavior
- RateLimitedKrakenClient: Rate-limited decorator of arbitrary KrakenClient implementations
Modulesยง
- core_
kraken_ client - A base implementation of KrakenClient
- errors
- Client error type and sub-types
- http_
response_ types - HTTP response structure
- kraken_
client - Common trait and endpoints
- rate_
limited_ kraken_ client - A rate-limited KrakenClient