getQuotes
Retrieve historical quotes filtered by IDs, trader type, and status. Cursor-based pagination returns 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 |
|---|---|---|---|
| limit | No | ||
| rfqId | No | ||
| cursor | No | ||
| status | No | ||
| quoteId | No | ||
| traderType | No | quote | |
| quoteLinkId | No |