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ยง
- A base implementation of KrakenClient
- Client error type and sub-types
- HTTP response structure
- Common trait and endpoints
- A rate-limited KrakenClient