rs-clob-client-v2 0.2.0

Rust client for Polymarket's CLOB v2 protocol (Central Limit Order Book)
Documentation
1
2
3
4
5
mod builder;
mod helpers;

pub use builder::OrderBuilder;
pub use helpers::{calculate_buy_market_price, calculate_sell_market_price};