getRfqs
Query historical RFQs with filters like ID, trader type, and status. Supports cursor-based pagination.
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 |
|---|---|---|---|
| rfqId | No | ||
| rfqLinkId | No | ||
| traderType | No | quote | |
| status | No | ||
| limit | No | ||
| cursor | No |