getQuotesRealtime
Retrieve real-time non-final quotes from the RFQ engine, sorted by creation time. Filter by quote ID, quote link ID, or RFQ ID with priority order.
Instructions
Query quotes in real-time from the RFQ engine. Returns all non-final quotes
sorted in descending order by createdAt.
Priority order when multiple identifiers are provided: quoteId > quoteLinkId > rfqId.
The quoteLinkId parameter is invalid when traderType is "request".
Rate Limit: 50 requests per second.
Note: During extreme market volatility, this interface may experience increased latency.
Agent hint: Use this for real-time quote data. For historical data, use Get Quotes (quote-list) instead. Priority: quoteId > quoteLinkId > rfqId. quoteLinkId is ignored when traderType is "request".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rfqId | No | ||
| quoteId | No | ||
| quoteLinkId | No | ||
| traderType | No | quote |