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.
If you would like to check if an RFQ exists you should request the RESToverHTTP [GET]
/rfqs/
endpoint.Users are able to submit a Quote for an existing RFQ.
You should request the RESToverHTTP [POST]
/rfqs/{rfq_id}/quotes/
endpoint.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.Users are able to cancel their own Quotes.
You should request the RESToverHTTP [DELETE]
/rfqs/{rfq_id}/quotes/
endpoint.Users are able to fetch their own Quotes for an available RFQ.
You should request the RESToverHTTP [GET]
/rfqs/{rfq_id}/quotes/
endpoint.Last modified 4mo ago