oxarchive 1.4.0

Rust client library for the 0xArchive API — historical and real-time crypto market data across Hyperliquid, Lighter.xyz, and HIP-3
Documentation
1
2
3
4
5
#[cfg(feature = "websocket")]
mod client;

#[cfg(feature = "websocket")]
pub use client::*;