polymarket-hft 0.0.7

A high-frequency trading system for Polymarket with built-in API clients (Data API, CLOB, CLOB WebSocket, Gamma, RTDS) and CLI
Documentation
1
2
3
4
5
6
pub mod args;
pub mod commands;
pub mod handlers;

pub use commands::GammaCommands;
pub use handlers::handle;