polynode 0.13.9

Rust SDK for the PolyNode API — real-time Polymarket data
Documentation
1
2
3
4
5
6
7
pub mod engine;
pub mod state;
pub mod stream;

pub use engine::{EngineOptions, EngineView, OrderbookEngine};
pub use state::LocalOrderbook;
pub use stream::{ObStream, ObStreamOptions};