August 6, 2026
•
...
Hello Paradigmers!
In today's update (v 0.152.0) to Paradigm brings fresh improvements to elevate your trading experience:
OB: Standardized Quote ID Format Across Order Book Endpoints
All Order Book (OB) endpoints have been updated to consistently use string quote IDs (e.g., q_3Gx1QHUDLb5mXDXPOlzSa1j8WVJ). Previously, select endpoints still returned legacy numeric IDs, creating friction when correlating trades back to their corresponding quotes. This migration establishes a unified ID format across the entire API surface to simplify trade tracking and data alignment.
Affected Endpoints
GET /v1/ob/trades&GET /v1/ob/trades/{trade_id}quote_idnow returns the string ID format (previously numeric).
GET /v1/ob/orders/{order_id}- Nested
trades[].quote_idarray values now return the string ID format.
- Nested
POST /v1/ob/rfqs/{rfq_id}/quotes&PUT /v1/ob/rfqs/{rfq_id}/quotes/{quote_id}- The deprecated
legacy_idfield has been removed. - The primary
idfield remains as the standard string ID format.
- The deprecated
Action Required
If your integration relies on storing, parsing, or matching numeric quote IDs, update your system to use the string ID format (q_...).
New Feature: Enhanced Trade Filtering
GET /v1/ob/trades- Added support for
quote_idandrfq_idquery parameters. You can now filter trade results directly at the API level instead of paging through and filtering the full trade list on the client side.
- Added support for
For complete details and updated schema specifications, please refer to the official documentation:
Need help or have questions? We're always here for you - just give us a shout!
Sincerely,
The Paradigm Team 💜
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
Block quote
Ordered list
- Item 1
- Item 2
- Item 3
Unordered list
- Item A
- Item B
- Item C
Bold text
Emphasis
Superscript
Subscript


