Add Price History to API



  • Re: Make Price History Available in API

    I'd like to bring this back to the surface. I feel like the market is a severely underutilized part of the game. I'm working on buy/sell orders based on price history and managing this right now isn't that great.

    My first method was taking orders and averaging them over a period of time. But if orders are infrequent, getting the average is very difficult.

    My second method was manually entering my desired order value (buy and sell) every day based on price history. This is manageable for a few resources but updating the average for all resources every day is extremely time consuming.

    Adding this to the API would be great. I know it's part of the HTTP endpoint and the recent auth tokens make this easier, but it's still quite a lot to set up.