polymarket.gamma
Client.Status
Status filter for events and markets
polymarket
polymarket.clob
polymarket.common
polymarket.data
polymarket.http
polymarket.rate_limiter
polymarket.rfq
polymarket.rtds
polymarket.websocket
polymarket.wss
ppx_polymarket_enum
type t =
| Active
Only active/open items
| Closed
Only closed/resolved items
| All
All items regardless of status
val to_string : t -> string
val of_string : string -> t
val of_string_opt : string -> t option
val t_of_yojson : Yojson.Safe.t -> t
val yojson_of_t : t -> Yojson.Safe.t
val pp : Format.formatter -> t -> unit
val equal : t -> t -> bool