polyoxide-clob 0.12.3

Rust client library for Polymarket CLOB (order book) API
Documentation
//! API namespace modules for organizing CLOB operations

pub mod account;
pub mod auth;
pub mod health;
pub mod markets;
pub mod notifications;
pub mod orders;
pub mod rewards;
pub mod rfq;

pub use account::AccountApi;
pub use auth::Auth;
pub use health::Health;
pub use markets::Markets;
pub use notifications::Notifications;
pub use orders::{CancelOrderRequest, Orders};
pub use rewards::Rewards;
pub use rfq::Rfq;