Expand description
API response and request types for the Lightcone REST API.
This module contains all the type definitions used by the API client, organized by category.
Re-exports§
pub use admin::*;pub use market::*;pub use order::*;pub use orderbook::*;pub use position::*;pub use price_history::*;pub use trade::*;
Modules§
- admin
- Admin-related types for the Lightcone REST API.
- market
- Market-related types for the Lightcone REST API.
- order
- Order-related types for the Lightcone REST API.
- orderbook
- Orderbook-related types for the Lightcone REST API.
- position
- Position-related types for the Lightcone REST API.
- price_
history - Price history types for the Lightcone REST API.
- trade
- Trade-related types for the Lightcone REST API.