Get Recent Trades
Market Data
Get Recent Trades
Get recent public trades for a symbol
GET
Get Recent Trades
Retrieve recent public trade executions for a specific trading pair. This endpoint provides historical trade data with exchange attribution.
Features
- Real-time trade data: Recent trade executions across exchanges
- Exchange filtering: Filter trades by specific exchanges
- Configurable limit: Control the number of trades returned
- Trade details: Price, size, side, and timestamp for each trade
Request
- Method:
GET - Endpoint:
/trades - Query Parameters:
symbol(required),limit,exchanges[]
Use Cases
- Display recent trade history in trading interfaces
- Analyze trading patterns and volume distribution
- Calculate volume-weighted average prices (VWAP)
- Monitor market activity and liquidity
For real-time trade updates, use the WebSocket
trades:{symbol} topic for live trade streams.Authorizations
Query Parameters
Trading pair symbol
Example:
"BTC-USD"
Filter by exchanges
Available options:
hyperliquid, aster, lighter, pacifica Number of trades to return
Required range:
1 <= x <= 500Response
200 - application/json
Recent trades