digdigdig3 0.2.0

Unified async Rust API for 44 exchange connectors — crypto, stocks, forex. REST + WebSocket.
Documentation
1
2
3
4
5
6
7
8
//! # Gated L3 Connectors
//!
//! Require account registration, API keys, and/or KYC verification.
//! No data available without credentials.

pub mod stocks;
pub mod forex;
pub mod multi;