For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Developer InformationAPI Reference
Developer InformationAPI Reference
  • Getting Started
    • Paradigm Overview
    • Onboarding
    • High-Level Notes
    • Authentication
    • Rate-Limits
    • Errors
    • Allowlisting URL`s
    • Security
  • Unified Markets
    • Summary
    • RFQ - Request For Quotes
    • OBv1
      • Migrating From GRFQ
        • Quote Creation Window
        • Quote Cancel Window
        • Improved `trade` WS channel
      • Limitations
      • High-Level Workflows
      • API Flows
      • JSON-RPCoverWebSockets
  • Delta-1 Spreads
    • Summary
    • High-Level Workflows
    • API Flows
  • DeFi Auctions
    • Summary
    • High-Level Workflows
    • API Flows
  • What`s Changed
    • Auto-Populated Delta Hedge Quantity
    • Changes to Leg Level Validation
Logo
On this page
  • ⛔ Old “GRFQ” Behaviour
  • ✅ New “OB” Behaviour
Unified MarketsOBv1Migrating From GRFQ

Improved `trade` WS Channel

⛔ Old “GRFQ” Behaviour

  • quote_id belongs to the Maker who created the original quote.
  • order_id belongs to the Taker who crossed the order book, and the Maker/multiple Makers who got filled.

Problem: The quote_id received in the messages may not belong to the User who is subscribed to the WS channel.

✅ New “OB” Behaviour

  • quote_id now belongs to the User, regardless if he was a Maker or a Taker to the trade.
  • order_id belongs to the Taker who crossed the order book, and the Maker/multiple Makers who got filled. (Unchanged)
Previous

Limitations

Next
Built with