Release Notes (v 0.152.0)

Back to Blogs

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_id now returns the string ID format (previously numeric).
  • GET /v1/ob/orders/{order_id}
    • Nested trades[].quote_id array values now return the string ID format.
  • POST /v1/ob/rfqs/{rfq_id}/quotes & PUT /v1/ob/rfqs/{rfq_id}/quotes/{quote_id}
    • The deprecated legacy_id field has been removed.
    • The primary id field remains as the standard string ID format.

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_id and rfq_id query 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.

For complete details and updated schema specifications, please refer to the official documentation:

👉 Paradigm API 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

  1. Item 1
  2. Item 2
  3. Item 3

Unordered list

  • Item A
  • Item B
  • Item C

Text link

Bold text

Emphasis

Superscript

Subscript

We've recently updated our privacy policy. The updated policy can be found here. Continued use of our services constitutes acceptance of our updated policy.