Crate na_kraken_client

Crate na_kraken_client 

Source
Expand description

Kraken API client library

This crate provides a Rust interface to the Kraken cryptocurrency exchange API. It supports both public and private API endpoints, as well as WebSocket connections for real-time data.

Re-exports§

pub use client::KrakenClient;
pub use error::Error;
pub use config::Config;

Modules§

api
API endpoints implementation for the Kraken API
auth
Authentication utilities for the Kraken API
client
Kraken API client implementation
config
Configuration for the Kraken API client
error
Error handling for the Kraken API client
models
Data models for the Kraken API
utils
Utility functions for the Kraken API client

Constants§

VERSION
Library version