# Outputs: 2 Arrays. First array is sellorders listing current open sell orders ordered price ascending. Second array is buyorders listing current open buy orders ordered price descending.
# sellprice If a sell order, price which order is selling at
# buyprice If a buy order, price the order is buying at
# Outputs: tradeinfo is a list of all the trades that have occured in your order. Where orderinfo shows realtime status of the order. Orderinfo contains the 'active'; a boolean object showing if the order is still open. Orderinfo also contains 'remainqty' which shows the quantity left in your order.
# tradeinfo A list of all trades that have occuried in your order.
# orderinfo Information regarding status of the order. Contains 'active' and 'remainqty' keys.