polymarket-rs 0.2.0

Rust client library for the Polymarket CLOB, Gamma, and Data API
Documentation
1
2
3
4
5
6
7
mod builder;
mod price;
mod rounding;

pub use builder::OrderBuilder;
pub use price::calculate_market_price;
pub use rounding::{decimal_to_token_u64, fix_amount_rounding, RoundConfig, ROUNDING_CONFIG};