Skip to content

Releases: CarlWiles/polymarket-sdk

v0.0.4 - Fix OpenOrder API Compatibility

Choose a tag to compare

@CarlWiles CarlWiles released this 09 Dec 08:46

Changes

  • Fix: OpenOrder struct now matches actual CLOB /data/orders API response format
  • Add: PaginatedResponse<T> wrapper for paginated CLOB endpoints
  • Fix: Correct endpoint from /orders to /data/orders for GET requests
  • Add: Backward compatible accessor methods: token_id(), maker(), signer()
  • Export: PaginatedResponse type from public API

Breaking Changes

None - backward compatible with 0.0.3

Installation

[dependencies]
polymarket-sdk = "0.0.4"

v0.0.1

Choose a tag to compare

@CarlWiles CarlWiles released this 05 Dec 02:02

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

Documentation