HomeDocumentationAPI Reference
Log In
API Reference

Send Rfq

Requests two-sided quotes from participating market makers. Required minimum session key permission level is account

Body Params
string

Optional client that sent RFQ

counterparties
array of strings | null
Defaults to null

Optional list of market maker account addresses to request quotes from. If not supplied, all market makers who are approved as RFQ makers will be notified.

counterparties
string

Optional user-defined label for the RFQ

legs
array of objects
required

RFQ legs

legs*
string | null
Defaults to null

An optional max total cost for the RFQ. Only used when the RFQ sender executes as buyer. Polling endpoints and channels will ignore quotes where the total cost across all legs is above this value. Positive values mean the RFQ sender expects to pay $, negative mean the RFQ sender expects to receive $.This field is not disclosed to the market makers.

string | null
Defaults to null

An optional min total cost for the RFQ. Only used when the RFQ sender executes as seller. Polling endpoints and channels will ignore quotes where the total cost across all legs is below this value. Positive values mean the RFQ sender expects to receive $, negative mean the RFQ sender expects to pay $.This field is not disclosed to the market makers.

string
Defaults to 1

Optional step size for partial fills. If not supplied, the RFQ will not support partial fills.

integer
required

Subaccount ID

Response

Language
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json