Skip to main content
TL;DR: The Aggregated Feed enforces subscription limits for reliability, metered billing supports per-customer WSS discounts, and PM API docs are fully aligned with actual responses.

Aggregated Feed — Subscription Limits

Protection against overload on the Aggregated Feed:
  • Maximum asset IDs and tokens per payload enforced per client
  • In-memory payload cache for improved delivery reliability
  • API key blacklisting for abusive connections

Metered Billing — WSS Discounts

  • WebSocket stream usage now supports per-customer discount configuration
  • New wss_discounts field on Customer and Organization models

Prediction Markets — Docs Alignment

Multiple fixes to align PM documentation with actual API behavior:
  • camelCase totalVolume in search sortBy enum
  • DateQuery + cursor pagination for trades endpoint
  • OHLCV field names aligned with spot convention (t, o, h, l, c, v)
  • Auth, build, and order response schemas corrected

Shipped by Delox & Sacha