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.Documentation Index
Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
Use this file to discover all available pages before exploring further.
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_discountsfield on Customer and Organization models
Prediction Markets — Docs Alignment
Multiple fixes to align PM documentation with actual API behavior:- camelCase
totalVolumein searchsortByenum - 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