Bittrex API market history — interpreting OrderType
The Bittrex API has a request to get the market history: https://bittrex.com/api/v1.1/public/getmarkethistory?market=BTC-DOGE which gives a response containing the following fields: “Id” “TimeStamp” “Quantity” “Price” “Total” “FillType” “OrderType” “OrderType” can be one of “BUY” or “SELL”. […]
