pair: The currency pair of the orders you want to see
status: Either pending, in progress, cancelled, partially filled, successful, or failed
side: The order side either buy or sell
​
Response
id: Unique identifier of the order
pair: The currency pair of the order
price: The price the order was executed at
side: The order side either buy or sell
status: The status of the orderpending, in_progress, cancelled, successful, failed, partially_filled
timeInForce: The timeInForce option of the order
orderType: The type of the order either limit_order, market_order
fees: The fees incurred for placing the order
filled: The amount of the base currency that was filled
total: An alias for initial base quantity.
initialBaseQuantity: The initial quantity of the base currency
initialQuoteQuantity: The initial quantity of the quote currency
remainingBaseQuantity: The remaining base quantity that has not been filled.
remainingQuoteQuantity: The remaining quote quantity that has not been filled. (Only applies to market buy orders)
meanExecutionPrice: The price that an order was executed at if it matched with one other order. The average price if it matched with multiple other orders.