The endpoint retrieves the trades that have been executed recently on the requested market.
The API caches the response for 1 second
Public trade data can include executions that originate from RPI orders. Public order book feeds (depth, bookTicker) exclude RPI orders. RPI orders appear only in private active orders and in the exchange UI order book (web and mobile).
Market pair name
"BTC_USDT"
Can be buy or sell
buy, sell "sell"
Successful response
A unique ID associated with the trade for the currency pair transaction Note: Unix timestamp does not qualify as trade_id.
158056419
Transaction price in quote pair volume.
"9186.13"
Transaction amount in quote pair volume.
"0.0021"
Transaction amount in base pair volume.
"9186.13"
Unix timestamp in milliseconds, identifies when the transaction occurred.
1594391747
Used to determine whether or not the transaction originated as a buy or sell. Buy – Identifies an ask that was removed from the order book. Sell – Identifies a bid that was removed from the order book.
buy, sell "sell"
Indicates that the trade originates from a Retail Price Improvement (RPI) order.
true