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
  • 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
  • Check for RFQ
  • Submit a Quote on an RFQ
  • Replace an existing Quote on an RFQ
  • Cancel a Quote on an RFQ
  • Pull available Quote on an RFQ
  • VRFQ:Comprehensive API Workflow Paths
DeFi Auctions

High-Level Workflows

Important Note: the Maker will receive all updates through the JSON-RPCoverWebSockets Notification channels for events relating to RFQs, Quotes, Orders and Trades.

Check for RFQ

If you would like to check if an RFQ exists you should request the RESToverHTTP [GET] /rfqs/ endpoint.

Submit a Quote on an RFQ

Users are able to submit a Quote for an existing RFQ.

You should request the RESToverHTTP [POST] /rfqs/{rfq_id}/quotes/ endpoint.

Replace an existing Quote on an RFQ

Users are able to replace a previously submitted Quote for an existing RFQ.

You should request the RESToverHTTP [PUT] /rfqs/{rfq_id}/quotes/{quote_id}/ endpoint.

Cancel a Quote on an RFQ

Users are able to cancel their own Quotes.

You should request the RESToverHTTP [DELETE] /rfqs/{rfq_id}/quotes/ endpoint.

Pull available Quote on an RFQ

Users are able to fetch their own Quotes for an available RFQ.

You should request the RESToverHTTP [GET] /rfqs/{rfq_id}/quotes/ endpoint.

VRFQ:Comprehensive API Workflow Paths

Previous

API Flows

Next
Built with