getSpreadRecentTrades
Retrieve recent public execution records for a spread symbol, including price, quantity, and timestamp. Ideal for analyzing trade flow and execution prices.
Instructions
Query recent public spread trading history for a specific spread combination symbol. Returns execution records including price, quantity, taker direction, timestamp, and cross sequence number.
Use this endpoint when you need to:
Inspect recent trade flow and execution prices for a spread symbol
Retrieve trade records for display or analysis purposes
Correlate trades with other data streams using the
seq(cross sequence) field
Returns up to 1000 records sorted in reverse chronological order (most recent first).
Do not use this endpoint for current best bid/ask or 24h stats — use getSpreadTickers instead.
Do not use this endpoint for order book depth — use getSpreadOrderbook instead.
Notes:
Records are returned most recent first
No authentication required
Agent hint: Use this endpoint to retrieve recent public execution history for a spread symbol.
The symbol parameter is required — obtain valid symbols from getSpreadInstrumentsInfo if unknown.
For current price or 24h stats, use getSpreadTickers instead.
For current bid/ask depth, use getSpreadOrderbook instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| limit | No |