getSpreadRecentTrades
Retrieve recent public trading history for a spread symbol, including execution prices, quantities, and timestamps. Use to analyze trade flow and correlate with other data via the cross sequence number.
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 |
|---|---|---|---|
| limit | No | ||
| symbol | Yes |