getTradeHistory
Fetch RFQ trade execution history with filtering by IDs, trader type, and status. Cursor-based pagination returns detailed per-leg execution results.
Instructions
Query RFQ trade execution history with optional filtering by IDs, trader type, and status. Supports cursor-based pagination. Results include detailed per-leg execution information.
Field query priority: rfqId > rfqLinkId, quoteId > quoteLinkId.
The rfqLinkId and quoteLinkId parameters restrict results to the last 3 months.
Rate Limit: 50 requests per second.
Agent hint: Use this to check trade execution results after calling Execute Quote. Contains detailed per-leg info including orderId, execFee, markPrice, and rejection details. rfqLinkId and quoteLinkId only search the last 3 months. TradFi: use category=spot for xStock execution records, category=linear for equity/commodity perpetual executions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rfqId | No | ||
| rfqLinkId | No | ||
| quoteId | No | ||
| quoteLinkId | No | ||
| traderType | No | quote | |
| status | No | ||
| limit | No | ||
| cursor | No |