TradeHistoryResp
Monotonic sequence identifier for this trade record.
Unique trade identifier.
Identifier of the order this trade was executed against.
Client-supplied order identifier of the originating order.
Trading pair, formatted as BASE-QUOTE (e.g. BTC-USDT).
Base currency of the trading pair.
Quote currency of the trading pair.
Order side: BUY or SELL.
Numeric order-type code of the originating order (limit, market, peg, TWAP).
Numeric trigger order-type code (stop-loss, take-profit, stop-loss-limit, or take-profit-limit). Only meaningful when the originating order was a trigger order.
Trigger price of the originating order. Only meaningful when the originating order was a trigger order.
Execution price of this trade.
Original order size of the originating order.
Amount filled by this trade, in base currency.
Currency in which the trading fee was charged.
Trading fee amount charged for this trade, in feeCurrency.
Trade execution timestamp in Unix epoch milliseconds.
{
"serialId": 0,
"tradeId": "string",
"orderId": "string",
"clOrderId": "string",
"symbol": "string",
"base": "string",
"quote": "string",
"orderSide": "string",
"orderType": 0,
"triggerType": 0,
"triggerPrice": 0,
"price": 0,
"size": 0,
"filledSize": 0,
"feeCurrency": "string",
"feeAmount": 0,
"timestamp": 0
}