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

Last updated