hyperliquid 0.2.4

A Rust library for the Hyperliquid API
Documentation
1
2
3
4
5
6
7
mod perps;
mod spot;

fn main() {
    perps::main();
    spot::main();
}