getQuotes
Query historical quotes with filters for ID, trader type, and status. Supports cursor pagination for browsing results sorted by creation time.
Instructions
Query historical quotes with optional filtering by IDs, trader type, and status.
Supports cursor-based pagination. Results are sorted by createdAt descending.
This data is not real-time. Use the Get Quotes (real-time) endpoint for live data.
Priority when multiple identifiers are provided: quoteId > quoteLinkId > rfqId.
The quoteLinkId parameter is invalid when traderType is "request".
Rate Limit: 50 requests per second.
Agent hint: This returns historical (non-real-time) quote data. Use Get Quotes Realtime for live data. Supports pagination via cursor. When both quoteId and quoteLinkId are provided, both conditions apply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rfqId | No | ||
| quoteId | No | ||
| quoteLinkId | No | ||
| traderType | No | quote | |
| status | No | ||
| limit | No | ||
| cursor | No |