polymarket-client-sdk 0.3.0

Polymarket CLOB (Central Limit Order Book) API client SDK
Documentation
1
2
3
4
5
6
7
pub mod client;
pub mod order_builder;
pub mod types;
#[cfg(feature = "ws")]
pub mod ws;

pub use client::{Client, Config};