Endpoint
Query parameters
Trading pair symbol (e.g.,
SOL_USDC, BTC_USDT)Response
Returns an array of trade objects.Unique identifier for the trade
Trading pair symbol
Execution price of the trade
Amount traded
ID of the user who initiated the trade
ID of the counterparty user in the trade
ID of the order that was matched
Unix timestamp in milliseconds when the trade was executed
Example request
Example response
Notes
- The endpoint returns a maximum of 100 trades
- Trades are sorted by timestamp in descending order (most recent first)
- All price and quantity values are returned as strings to preserve decimal precision
- The timestamp is in Unix milliseconds format