/item/ITEM_DATA_NAME Lists current market orders for any given item
{
    "result": {
        "buy": "(array) of order rows",
        "sell": "(array) of order rows",
        "info": {
            "updateTimes": "(array) of update times, check updatetimes for a complete description",
            "itemId": "(int) item id that was matched to the name",
            "itemName": "(string) the supplied item name"
        }
    },
    "error": "(boolean) was there an error while getting the data?",
    "errorMessage": "(string) description of the error"
}