Create RFQ
Endpoint for creating a new RFQ. You can have a maximum of 100 open RFQs at a time.
Authorizations
Your API key ID
RSA-PSS signature of the request
Request timestamp in milliseconds
Body
The ticker of the market for which to create an RFQ
Whether to rest the remainder of the RFQ after execution
Whole-contract count for the RFQ. Use contracts_fp for partial contract values; if both are provided, they must match.
Fixed-point number of contracts for the RFQ. Supports partial contracts in 0.01-contract increments; if contracts is also provided, both values must match.
"10.00"
DEPRECATED: The target cost for the RFQ in centi-cents. Use target_cost_dollars instead.
The target cost for the RFQ in dollars
"0.5600"
Whether to delete existing RFQs as part of this RFQ's creation
The subtrader to create the RFQ for (FCM members only)
The subaccount number to create the RFQ for (direct members only; 0 for primary, 1-32 for subaccounts)
Response
RFQ created successfully
The ID of the newly created RFQ