- Create a quote - Submit a quote request to market makers
- Evaluate the quote - Assess the returned price and terms
- Accept or expire - Accept the quote within the time limit or let it expire
Creating a Quote
To create a quote, use the Create Quote Request REST API or Quote Request (R) via FIX. Requirements:- Quantity must be specified in base units (quote units are not yet supported)
- A marketable limit price is required:
- For BUY orders: limit price must be above the current mid price
- For SELL orders: limit price must be below the current mid price
best_price
- The quoted price from market makersorder_total
- Total cost for the transactionquote_id
- Required for accepting the quote in the next step
Accepting a Quote
If you decide to proceed with the quoted price, quickly follow up with an Accept Quote request. You must include thequote_id
from the previous response.