getQuotesRealtime
Fetch non-final real-time quotes from the RFQ engine, sorted by creation time. Filter by quoteId, quoteLinkId, or rfqId with defined priority.
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 | ||
| traderType | No | quote | |
| quoteLinkId | No |