Skip to main content
The client.data namespace mirrors Polymarket’s classic data service. It is split into two segments:
  • Core — portfolio-focused endpoints (client.data.core.*).
  • Misc — supporting analytics (client.data.misc.*).
Guaranteed shape: Every request and response is validated with Zod before data reaches your application. Schema mismatches surface immediately with descriptive errors.

Version compatibility

The SDK targets https://data-api.polymarket.com. When the upstream API evolves, validation errors will highlight mismatched fields. Capture the new payload and submit a PR to keep schemas aligned.