rs-clob-client 0.1.5

Rust client for Polymarket's CLOB (Central Limit Order Book)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Module declarations
pub mod auth;
pub mod markets;
pub mod notifications;
pub mod orders;
pub mod primitives;
pub mod rewards;

// Re-export all public types for backward compatibility
pub use auth::*;
pub use markets::*;
pub use notifications::*;
pub use orders::*;
pub use primitives::*;
pub use rewards::*;