I am making a website which shows items of a user's inventory. Using the steam inventory api https://steamcommunity.com/inventory/
I am able to get inventory and with https://steamcommunity.com/market/priceoverview/
I am able to get the market value of an item.
Both the above api's don't give any information regarding an item being on hold, I was just able to see tradable: false
for items on hold.
Is there a way to get the trade hold duration of a particular item?