Trades - Private
GET /v3/trades
/v3/trades
Returns your most recent trades.
marketCode
String
default most recent trades first
limit
LONG
NO
max 500, default 200
startTime
LONG
NO
Millisecond timestamp. Default 24 hours ago. startTime and endTime must be within 7 days of each other. startTime is INCLUSIVE
endTime
LONG
NO
Millisecond timestamp. Default time now. startTime and endTime must be within 7 days of each other. endTime is INCLUSIVE
orderId
STRING
Order ID
clientOrderId
STRING
Client assigned ID to help manage and identify orders with max value 9223372036854775807
matchId
STRING
Match ID
marketCode
STRING
Market code
side
STRING
Side of the order, BUY
or SELL
matchedQuantity
STRING
Match quantity
matchPrice
STRING
Match price
total
STRING
Total price
orderMatchType
STRING
TAKER
,MAKER
feeAsset
STRING
Instrument ID of the fees
fee
STRING
Fees
source
STRING
Source of the request, available values: 0
, 2
, 10
, 11
, 13
, 22
, 101
, 102
, 103
, 104
, 111
.
Enumeration: 0: GUI
, 2: Borrow
, 11: REST
, 13: Websocket
, 22: Delivery
, 101: Automatic borrow
, 102: Borrow position liquidation
, 103: Contract liquidation
, 104: Liquidation revert
, 111: Automatic repayment
matchedAt
STRING
Millisecond timestamp of the order matched time
Last updated