lighter-sdk 0.1.1

Rust SDK for interacting with the Lighter exchange over REST, WebSocket, and signer-backed transaction flows.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod account;
pub mod announcement;
pub mod asset;
pub mod auth;
pub mod bridge;
pub mod candle;
pub mod common;
mod de;
pub mod funding;
pub mod info;
pub mod market;
pub mod order;
pub mod order_book;
pub mod pool;
pub mod trade;
pub mod transaction;
pub mod ws;