This is a library that provides access to the kraken.com APIs.
[](https://docs.rs/kraken_api)
```rust
use std::error::Error;
use kraken_api::api::Kraken;
async fn main() -> Result<(), Box<dyn Error + Send + Sync + 'static>> {
}
```