cURL
curl --request GET \ --url https://whitebit.com/api/v2/public/trades/{market}
{ "success": true, "message": null, "result": [ { "tradeId": 157257950, "price": "9371.69", "volume": "0.145642", "time": "2020-07-09T14:13:01.000Z", "isBuyerMaker": true } ] }
This endpoint retrieves the trades that have been executed recently on the requested market.
Response is cached for: 1 second
Market pair name
"BTC_USDT"
Successful response
true
null
Show child attributes
A unique ID associated with the trade for the currency pair transaction Note: Unix timestamp does not qualify as trade_id.
157257950
Price
"9371.69"
Amount
"0.145642"
Time
"2020-07-09T14:13:01.000Z"
Sell order is taker: true, Buy order is taker: false