polyoxide-gamma 0.13.0

Rust client library for Polymarket Gamma (market data) API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! API namespace modules for the Gamma market data client.

pub mod comments;
pub mod events;
pub mod health;
pub mod markets;
pub mod search;
pub mod series;
pub mod sports;
pub mod tags;
pub mod user;

pub use health::Health;