getRfqs
Fetch historical request-for-quote (RFQ) records with optional filters by ID, trader type, or status, and use cursor pagination to page through results sorted by creation time.
Instructions
Query historical RFQs with optional filtering by ID, trader type, and status.
Supports cursor-based pagination. Results are sorted by createdAt descending.
This data is not real-time. Use the Get RFQs (real-time) endpoint for live data.
When both rfqId and rfqLinkId are provided, only rfqId is considered.
The rfqLinkId parameter restricts results to the last 3 months and is invalid when traderType is "quote".
Rate Limit: 50 requests per second.
Agent hint: This returns historical (non-real-time) RFQ data. Use Get RFQs Realtime for live data. Supports pagination via cursor. rfqLinkId only works within the last 3 months.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| rfqId | No | ||
| cursor | No | ||
| status | No | ||
| rfqLinkId | No | ||
| traderType | No | quote |