getRfqsRealtime
Retrieve real-time RFQ (Request for Quote) data from the Bybit RFQ engine. Returns non-final RFQs sorted by creation time, supporting filtering by RFQ ID, link ID, and trader type.
Instructions
Query RFQs in real-time from the RFQ engine. Returns all non-final RFQs sorted
in descending order by createdAt.
If both rfqId and rfqLinkId are provided, only rfqId is considered.
The rfqLinkId parameter is invalid when traderType is "quote".
Rate Limit: 50 requests per second.
Note: During extreme market volatility, this interface may experience increased latency.
Agent hint: Use this for real-time RFQ data. For historical data, use Get RFQs (rfq-list) instead. Results are sorted by createdAt descending. rfqLinkId is ignored when traderType is "quote".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rfqId | No | ||
| rfqLinkId | No | ||
| traderType | No | quote |