Releases: CarlWiles/polymarket-sdk
Releases · CarlWiles/polymarket-sdk
Release list
v0.0.4 - Fix OpenOrder API Compatibility
Changes
- Fix: OpenOrder struct now matches actual CLOB
/data/ordersAPI response format - Add:
PaginatedResponse<T>wrapper for paginated CLOB endpoints - Fix: Correct endpoint from
/ordersto/data/ordersfor GET requests - Add: Backward compatible accessor methods:
token_id(),maker(),signer() - Export:
PaginatedResponsetype from public API
Breaking Changes
None - backward compatible with 0.0.3
Installation
[dependencies]
polymarket-sdk = "0.0.4"v0.0.1
Initial release
Features
- REST API clients (CLOB, Gamma, Data, Profiles)
- WebSocket streaming (RTDS real-time data)
- EIP-712 order signing
- Safe wallet integration
- Builder API support