Versions in this module Expand all Collapse all v0 v0.1.0 Mar 15, 2026 Changes in this version + type Level struct + Price float64 + Quantity float64 + type Market struct + Active bool + Archived bool + Closed bool + Description string + EndTime time.Time + ID string + Outcomes []Outcome + Question string + type OrderType string + const FOK + const GTC + const IOC + type Orderbook struct + Asks []Level + Bids []Level + MarketID string + Timestamp int64 + TokenID string + type Outcome struct + ID string + Name string + Price float64 + Probability float64 + type Side string + const Buy + const Sell + type Token struct + Address string + Decimals int + ID string + OutcomeID string + Symbol string + TokenID string